NonGenericDictionary.Item

NonGenericDictionary indexer

获取或设置具有指定键的元素。

public object this[object key] { get; set; }
参数描述
元素键。

返回值

具有指定键的元素。

另请参见