SortedDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Keys 屬性

定義

取得集合,包含 SortedDictionary<TKey,TValue> 中的索引鍵。

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>

集合,包含 SortedDictionary<TKey,TValue> 中的索引鍵。

實作

適用於