NonGenericDictionary.Keys

NonGenericDictionary.Keys property

Gets an ICollection object containing the keys of the IDictionary object.

public ICollection Keys { get; }

Return Value

An ICollection object containing the keys of the IDictionary object.

See Also