Method IsDefinedIndex
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
IsDefinedIndex(int)
Gets a value indicating whether this enum has an entry with the specified index.
public bool IsDefinedIndex(int index)
Parameters
index
intThe index of the entry.
Returns
- bool
true
if this enum has an entry with the specified index; otherwise,false
.