'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of CustomPropertyDefinition) _ )
public void AddRange( IEnumerable<CustomPropertyDefinition> collection )
Parameters
- collection
- The sequence of objects CustomPropertyDefinition to add.