TokenScopeGetEnumerator - метод
Returns an enumerator that iterates through the collection.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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