Operator implicit operator
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
implicit operator T(GenericEnumEntry<T>)
Conversion operator from GenericEnumEntry<T> to T
.
public static implicit operator T(GenericEnumEntry<T> entry)
Parameters
entry
GenericEnumEntry<T>The entry to convert.
Returns
- T
The converted entry.