NonGenericDictionary.Item

NonGenericDictionary indexer

Gets or sets the element with the specified key.

public object this[object key] { get; set; }
ParameterDescription
keyThe element key.

Return Value

The element with the specified key.

See Also