HashBuilderIndentationStrategy - конструктор
Пространство имён: Tessa.UI.HashEditor.HashStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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)
-
Символ используемый для формирования отступов