CodeBlock(String, CodeTypeEnum, Int32, Int32) - конструктор
Создаёт экземпляр класса.
Пространство имён: Tessa.Views.Parser.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public CodeBlock(
string text,
CodeTypeEnum codeType,
int startIndex,
int length
)
Public Sub New (
text As String,
codeType As CodeTypeEnum,
startIndex As Integer,
length As Integer
)
public:
CodeBlock(
String^ text,
CodeTypeEnum codeType,
int startIndex,
int length
)
new :
text : string *
codeType : CodeTypeEnum *
startIndex : int *
length : int -> CodeBlock
Параметры
- text String
- Текст блока.
- codeType CodeTypeEnum
- Тип блока.
- startIndex Int32
- Позиция начала блока.
- length Int32
- Длина блока.