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