IndexOf
Overloads
| Name | Description |
|---|---|
| IndexOf(string key) | Index Of |
| IndexOf(string key, int index) | Index Of |
| IndexOf(string key, int index, int count) | Index Of |
IndexOf(string key)
public int IndexOf(string key)
Index Of
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | Key |
Returns
| Type | Description |
|---|---|
| int | Key Index |
IndexOf(string key, int index)
public int IndexOf(string key, int index)
Index Of
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | Key |
| index | int | Index |
Returns
| Type | Description |
|---|---|
| int | Key Index |
IndexOf(string key, int index, int count)
public int IndexOf(string key, int index, int count)
Index Of
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | Key |
| index | int | Index |
| count | int | Count |
Returns
| Type | Description |
|---|---|
| int | Key Index |