[]
Gets the element at the specified index.
public QueryParameter this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
QueryParameter | The element at the specified index. |
Gets the parameter with the specified name.
public QueryParameter this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of the parameter. |
Type | Description |
---|---|
QueryParameter | The QueryParameter object with the specified Name, or null if a parameter with the specified name was not found. |