Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

304e0a70 5fac 53a8 2d41 e26f01e6b101

haplokuon edited this page May 6, 2023 · 1 revision

GetEnumerator Method

netDxf 3.0.0 Library

Returns an enumerator that iterates through the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IEnumerator<Attribute> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of Attribute)

C++

public:
virtual IEnumerator<Attribute^>^ GetEnumerator() sealed

F#

abstract GetEnumerator : unit -> IEnumerator<Attribute> 
override GetEnumerator : unit -> IEnumerator<Attribute> 

Return Value

IEnumerator(Attribute)
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

AttributeCollection Class
netDxf.Collections Namespace

Clone this wiki locally