ImmutableDictionary<TKey, TValue>::Keys Property

 

Gets the keys in the immutable dictionary.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
property IEnumerable<TKey>^ Keys {
	virtual IEnumerable<TKey>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::IEnumerable<TKey>^

The keys in the immutable dictionary.

Return to top
Show: