This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
3ad0c55d db09 2efb 0a90 faed865e9884
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Returns an enumerator that iterates through the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerator<EntityObject> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of EntityObject)
C++
public:
virtual IEnumerator<EntityObject^>^ GetEnumerator() sealed
F#
abstract GetEnumerator : unit -> IEnumerator<EntityObject>
override GetEnumerator : unit -> IEnumerator<EntityObject>
IEnumerator(EntityObject)
An enumerator that can be used to iterate through the collection.
IEnumerable(T).GetEnumerator()