BuilderTreeFindNearestClosingIndexBracketAndSetCurrent - метод
Ищет ближайший узел, содержащий закрывающиеся скобки индексатора, и делает данный узел текущим.
Пространство имён: Tessa.Views.Parser.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public bool FindNearestClosingIndexBracketAndSetCurrent()
Public Function FindNearestClosingIndexBracketAndSetCurrent As Boolean
public:
virtual bool FindNearestClosingIndexBracketAndSetCurrent() sealed
abstract FindNearestClosingIndexBracketAndSetCurrent : unit -> bool
override FindNearestClosingIndexBracketAndSetCurrent : unit -> bool
BooleanTrue Узел содержащий закрывающейся скобки индексатора найден; в противном случае
false.
IBuilderTreeFindNearestClosingIndexBracketAndSetCurrent