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