Property this
this[string]
Gets or sets the variable associated with the specified key.
Declaration
object this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the variable to get or set. |
Property Value
Type | Description |
---|---|
object | The variable associated with the specified key. Can be null if no variable is associated with the key. |