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