TokenScopeGetEnumerator - метод
Returns an enumerator that iterates through the collection.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of String)
public:
virtual IEnumerator<String^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<string>
override GetEnumerator : unit -> IEnumerator<string>
IEnumeratorStringAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator