Add(IEnumerable<PropertyDefinition>) Method
Adds a collection of PropertyDefinition's to the dictionary
Syntax
public void Add(
System.Collections.Generic.IEnumerable<PropertyDefinition> propDefs
)Public Overloads Sub Add( _
ByVal propDefs As System.Collections.Generic.IEnumerable(Of PropertyDefinition) _
) Parameters
| Name | Description |
|---|---|
| propDefs | The collection of PropertyDefinition objects to add |