StringTokenizerGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of String)
Return Value
Type:
IEnumeratorString
An enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also