ImmutableDictionary<TKey,TValue>.Builder.Keys Egenskap

Definition

Hämtar en samling som innehåller nycklarna i den oföränderliga ordlistan.

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)

Egenskapsvärde

IEnumerable<TKey>

En samling som innehåller nycklarna för objektet som implementerar den oföränderliga ordlistan.

Implementeringar

Gäller för