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
namestringThe name of the entry.
valueTThe value of the entry.
Returns
- GenericEnumEntry<T>
 The newly created entry.