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
stringThe name of the entry.
value
TThe value of the entry.
Exceptions
- InvalidOperationException
There is already an entry with the specified name.