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