Add(KeyValuePair<String,PropertyDefinition>) Method
Adds a PropertyDefinition to the dictionary by a Key-Value Pair
Syntax
public void Add(
System.Collections.Generic.KeyValuePair<string,PropertyDefinition> item
)Public Overloads Sub Add( _
ByVal item As System.Collections.Generic.KeyValuePair(Of String,PropertyDefinition) _
) Parameters
| Name | Description |
|---|---|
| item | A key-value pair where the Key is the SystemName and the Value is the PropertyDefinition |