indexOfName
indexOfName(String name) function
Returns the zero-based index of the specified key in the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The name to locate in the collection. |
Result
int
Returns the zero-based index of the specified key in the collection.
| Name | Type | Description |
|---|---|---|
| name | String | The name to locate in the collection. |
int