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