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