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
Weblioに収録されているすべての辞書からDictionary.System.Collections.Generic.IDictionary<TKey,TValue>.Keys プロパティを検索する場合は、下記のリンクをクリックしてください。

- Dictionary.System.Collections.Generic.IDictionary<TKey,TValue>.Keys プロパティのページへのリンク