FrozenDictionary<TKey,TValue>.Keys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection containing the keys in the dictionary.
public:
property System::Collections::Immutable::ImmutableArray<TKey> Keys { System::Collections::Immutable::ImmutableArray<TKey> get(); };
public System.Collections.Immutable.ImmutableArray<TKey> Keys { get; }
member this.Keys : System.Collections.Immutable.ImmutableArray<'Key>
Public ReadOnly Property Keys As ImmutableArray(Of TKey)
Property Value
ImmutableArray<TKey>
Remarks
The order of the keys in the dictionary is unspecified, but it is the same order as the associated values returned by the Values property.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.