[]
Gets the element at the specified index.
public Parameter this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the Parameter with the specified key.
public Parameter this[string key] { get; }
Type | Name | Description |
---|---|---|
string | key |