this Property
Definition
this[string]
Gets or sets the element with the specified key.
public object this[string key] { get; set; }
Parameters
keystringThe key of the value to get or set.
Property Value
- object
The value associated with the specified key.