Method Create
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Create(string, T)
Creates a new entry with the specified name and value.
public static GenericEnumEntry<T> Create(string name, T value)
Parameters
name
stringThe name of the entry.
value
TThe value of the entry.
Returns
- GenericEnumEntry<T>
The newly created entry.