Table of Contents

Method DynamicAdd

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

DynamicAdd(string, T)

Adds an entry with the specified name and value.

public void DynamicAdd(string name, T value)

Parameters

name string

The name of the entry.

value T

The value of the entry.

Exceptions

InvalidOperationException

There is already an entry with the specified name.