TessaParserHelperFindNearestKeyword - метод
Осуществляет поиск ближайшего ключевого слова вперед от позиции position
Пространство имён: Tessa.Views.ParserСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[CanBeNullAttribute]
public static CodeBlock FindNearestKeyword(
[CanBeNullAttribute] string text,
int position
)
<CanBeNullAttribute>
Public Shared Function FindNearestKeyword (
<CanBeNullAttribute> text As String,
position As Integer
) As CodeBlock
public:
[CanBeNullAttribute]
static CodeBlock^ FindNearestKeyword(
[CanBeNullAttribute] String^ text,
int position
)
[<CanBeNullAttribute>]
static member FindNearestKeyword :
[<CanBeNullAttribute>] text : string *
position : int -> CodeBlock
- text String
-
Текст в котором осуществляется поиск
- position Int32
-
Позиция начала поиска
CodeBlock
Информация о найденном ключевом слове или
null