AttributeDefinitionDictionaryAddRange Method
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void AddRange(
IEnumerable<AttributeDefinition> collection
)
Public Sub AddRange (
collection As IEnumerable(Of AttributeDefinition)
)
public:
void AddRange(
IEnumerable<AttributeDefinition^>^ collection
)
member AddRange :
collection : IEnumerable<AttributeDefinition> -> unit
METHOD AddRange(
collection AS IEnumerable<AttributeDefinition>
) AS VOID
Parameters
- collection
- Type: System.Collections.GenericIEnumerableAttributeDefinition
The collection whose elements should be added.
See Also