Add(PropertyDefinition) Method
Adds a PropertyDefinition to the dictionary
Syntax
public void Add(
PropertyDefinition value
)Public Overloads Sub Add( _
ByVal value As PropertyDefinition _
) Parameters
| Name | Description |
|---|---|
| value | The PropertyDefinition to add |