This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
fa37b0b3 35b4 12aa 2e6f f63e1ff27d02
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<T> GetEnumerator()VB
Public Function GetEnumerator As IEnumerator(Of T)C++
public:
virtual IEnumerator<T>^ GetEnumerator() sealedF#
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T> IEnumerator(T)
An enumerator that can be used to iterate through the collection.
IEnumerable(T).GetEnumerator()