CompositeSyntaxNodeTNodeGetEnumerator - метод

Returns an enumerator that iterates through the collection.

Definition

Пространство имён: Tessa.Views.Parser.SyntaxTree
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public IEnumerator<TNode> GetEnumerator()

Возвращаемое значение

IEnumeratorTNode
An enumerator that can be used to iterate through the collection.

Реализации

IEnumerableTGetEnumerator

См. также