HashBuilderIndentationStrategy - конструктор
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public HashBuilderIndentationStrategy(
int indentationSize = 4,
char indentChar = ''
)
Public Sub New (
Optional indentationSize As Integer = 4,
Optional indentChar As Char = ""C
)
public:
HashBuilderIndentationStrategy(
int indentationSize = 4,
wchar_t indentChar = L''
)
new :
?indentationSize : int *
?indentChar : char
(* Defaults:
let _indentationSize = defaultArg indentationSize 4
let _indentChar = defaultArg indentChar ''
*)
-> HashBuilderIndentationStrategy
Параметры
- indentationSize Int32 (Optional)
-
Размер отступа
- indentChar Char (Optional)
-
Символ используемый для формирования отступов