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 415
fac5c9a6 f76c 7cb5 51b7 2cc81c1bc5b3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Returns an enumerator that iterates through the list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerator<string> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of String)
C++
public:
virtual IEnumerator<String^>^ GetEnumerator() sealed
F#
abstract GetEnumerator : unit -> IEnumerator<string>
override GetEnumerator : unit -> IEnumerator<string>
IEnumerator(String)
The enumerator for the list.
IEnumerable(T).GetEnumerator()