NonGenericDictionary.Values

NonGenericDictionary.Values property

Gets an ICollection object containing the values in the IDictionary object.

public ICollection Values { get; }

Return Value

An ICollection object containing the values in the IDictionary object.

See Also