ReadOnlyDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys プロパティ

定義

読み取り専用のディクショナリのキーを含む列挙可能なコレクションを取得します。

property System::Collections::Generic::IEnumerable<TKey> ^ System::Collections::Generic::IReadOnlyDictionary<TKey,TValue>::Keys { System::Collections::Generic::IEnumerable<TKey> ^ get(); };
System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys : seq<'Key>
 ReadOnly Property Keys As IEnumerable(Of TKey) Implements IReadOnlyDictionary(Of TKey, TValue).Keys

プロパティ値

IEnumerable<TKey>

読み取り専用のディクショナリのキーを含む列挙可能なコレクション。

実装

適用対象