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