IndentationStrategy(Char, Int32, String) - конструктор
Пространство имён: Tessa.Views.ParserСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public IndentationStrategy(
char indentCharacter,
int indentLength,
string newLineString = null
)
Public Sub New (
indentCharacter As Char,
indentLength As Integer,
Optional newLineString As String = Nothing
)
public:
IndentationStrategy(
wchar_t indentCharacter,
int indentLength,
String^ newLineString = nullptr
)
new :
indentCharacter : char *
indentLength : int *
?newLineString : string
(* Defaults:
let _newLineString = defaultArg newLineString null
*)
-> IndentationStrategy
Параметры
- indentCharacter Char
- indentLength Int32
- newLineString String (Optional)
-
Если указано null, то используется строка NewLine.