Method FirstIndexWith
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
FirstIndexWith(T)
Retrieves the index of the first entry with the specified value.
public int FirstIndexWith(T value)
Parameters
value
TThe value of the entry.
Returns
- int
The index of the first entry with the specified value.
Exceptions
- ArgumentException
There is no entry with the specified value.