Table of Contents

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 string

The name of the entry.

value T

The value of the entry.

Returns

GenericEnumEntry<T>

The newly created entry.