ImmutableDictionary<TKey,TValue>.Builder.Keys Özellik

Tanım

Sabit sözlüğün anahtarlarını içeren bir koleksiyon alır.

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

Özellik Değeri

IEnumerable<TKey>

Sabit sözlüğü uygulayan nesnenin anahtarlarını içeren koleksiyon.

Uygulamalar

Şunlara uygulanır