CodeBlock(String, Int32, Int32) - конструктор
Initializes a new instance of the
CodeBlock class.
Пространство имён: Tessa.Views.Parser.ExpressionEvalСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public CodeBlock(
[NotNullAttribute] string text,
int startIndex,
int length
)
Public Sub New (
<NotNullAttribute> text As String,
startIndex As Integer,
length As Integer
)
public:
CodeBlock(
[NotNullAttribute] String^ text,
int startIndex,
int length
)
new :
[<NotNullAttribute>] text : string *
startIndex : int *
length : int -> CodeBlock
Параметры
- text String
-
Текст блока
- startIndex Int32
-
Позиция начала блока
- length Int32
-
Длина блока