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

fac5c9a6 f76c 7cb5 51b7 2cc81c1bc5b3

haplokuon edited this page May 6, 2023 · 1 revision

GetEnumerator Method

netDxf 3.0.0 Library

Returns an enumerator that iterates through the list.

Definition

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> 

Return Value

IEnumerator(String)
The enumerator for the list.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally