Click or drag to resize

AttributeCollection Constructor (IEnumerableAttribute)

Initializes a new instance of AttributeCollection with the specified collection of attributes.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeCollection(
	IEnumerable<Attribute> attributes
)

Parameters

attributes
Type: System.Collections.GenericIEnumerableAttribute
The collection of attributes from which build the dictionary.
See Also