Method GetIndices
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
GetIndices(T)
Retrieves the indices of the entries that have the specified value as value.
public int[] GetIndices(T value)
Parameters
value
TThe value.
Returns
- int[]
The indices of the entries that have the specified value as value.