CompositeSyntaxNodeTNodeGetEnumerator - метод |
Returns an enumerator that iterates through the collection.
Пространство имён:
Tessa.Views.Parser.SyntaxTree
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public IEnumerator<TNode> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TNode)
public:
virtual IEnumerator<TNode>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'TNode>
override GetEnumerator : unit -> IEnumerator<'TNode>
Возвращаемое значение
Тип:
IEnumeratorTNodeAn enumerator that can be used to iterate through the collection.
Реализации
IEnumerableTGetEnumeratorСм. также