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 プロパティのページへのリンク