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