Dictionary.System.Collections.Generic.IDictionary.Keys プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)
構文Private ReadOnly Property System.Collections.Generic.IDictionary<TKey,TValue>.Keys As ICollection(Of TKey) Implements IDictionary(Of TKey, TValue).Keys
Dim instance As Dictionary(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 のキーを保持している TKey 型の ICollection。
解説
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Dictionary ジェネリック クラス
Dictionary メンバ
System.Collections.Generic 名前空間
Dictionary.Keys プロパティ
ICollection
- Dictionary.System.Collections.Generic.IDictionary<TKey,TValue>.Keys プロパティのページへのリンク