-
Notifications
You must be signed in to change notification settings - Fork 2
M_Ekstrand_Text_StringTokenizer_GetEnumerator
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
Returns an enumerator that iterates through a collection (Inherited from IEnumerable).
Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public IEnumerator GetEnumerator()VB
Public Function GetEnumerator As IEnumeratorC++
public:
virtual IEnumerator^ GetEnumerator() sealedF#
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com