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
)
Public Sub New (
attributes As IEnumerable(Of Attribute)
)
public:
AttributeCollection(
IEnumerable<Attribute^>^ attributes
)
new :
attributes : IEnumerable<Attribute> -> AttributeCollection
CONSTRUCTOR(
attributes AS IEnumerable<Attribute>
)
Parameters
- attributes
- Type: System.Collections.GenericIEnumerableAttribute
The collection of attributes from which build the dictionary.
See Also