Click or drag to resize

AttributeDefinitionDictionaryAddRange Method

Adds an attribute definition list to the dictionary.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void AddRange(
	IEnumerable<AttributeDefinition> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableAttributeDefinition
The collection whose elements should be added.
See Also