Method IndexOf
IndexOf(Environment)
Compute position of given Environment in the collection
Declaration
public int IndexOf(Environment environment)
Parameters
Type | Name | Description |
---|---|---|
Environment | environment | Environment to look at |
Returns
Type | Description |
---|---|
int | Index of the searched environment. If not found, -1. |