CodeBlock(String, CodeTypeEnum, Int32, Int32) - конструктор
Создаёт экземпляр класса.
Пространство имён: Tessa.Views.Parser.ExpressionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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
- Длина блока.