Click or drag to resize

AttributeCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public IEnumerator<Attribute> GetEnumerator()

Return Value

Type: IEnumeratorAttribute
An enumerator that can be used to iterate through the collection.
See Also