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()
Public Function GetEnumerator As IEnumerator(Of Attribute)
public:
IEnumerator<Attribute^>^ GetEnumerator()
member GetEnumerator : unit -> IEnumerator<Attribute>
METHOD GetEnumerator() AS IEnumerator<Attribute>
Return Value
Type:
IEnumeratorAttributeAn enumerator that can be used to iterate through the collection.
See Also