SortedDictionary.System.Collections.Generic.IDictionary.Keys プロパティ
アセンブリ: System (system.dll 内)

Private ReadOnly Property System.Collections.Generic.IDictionary<TKey,TValue>.Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys
Dim instance As SortedDictionary(Of TKey, TValue) Dim value As ICollection(Of TKey) value = CType(instance, IDictionary(Of TKey, TValue)).Keys
private: virtual property ICollection<TKey>^ System.Collections.Generic.IDictionary<TKey,TValue>.Keys { ICollection<TKey>^ get () sealed = IDictionary<TKey, TValue>::Keys::get; }
IDictionary のキーを保持している ICollection。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SortedDictionary ジェネリック クラス
SortedDictionary メンバ
System.Collections.Generic 名前空間
SortedDictionary.Keys プロパティ
ICollection ジェネリック インターフェイス
- SortedDictionary.System.Collections.Generic.IDictionary<TKey,TValue>.Keys プロパティのページへのリンク