Click or drag to resize

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()

Return Value

Type: IEnumeratorString
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also