DocumentWriterHashTextBuilder - конструктор |
Пространство имён:
Tessa.UI.HashEditor.HashStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public DocumentWriterHashTextBuilder(
[NotNullAttribute] DocumentTextWriter writer,
[NotNullAttribute] TextDocument document,
[NotNullAttribute] IIndentationStrategy indentationStrategy,
[CanBeNullAttribute] int defaultIndentionLevel = 0
)
Public Sub New (
<NotNullAttribute> writer As DocumentTextWriter,
<NotNullAttribute> document As TextDocument,
<NotNullAttribute> indentationStrategy As IIndentationStrategy,
<CanBeNullAttribute> Optional defaultIndentionLevel As Integer = 0
)
public:
DocumentWriterHashTextBuilder(
[NotNullAttribute] DocumentTextWriter^ writer,
[NotNullAttribute] TextDocument^ document,
[NotNullAttribute] IIndentationStrategy^ indentationStrategy,
[CanBeNullAttribute] int defaultIndentionLevel = 0
)
new :
[<NotNullAttribute>] writer : DocumentTextWriter *
[<NotNullAttribute>] document : TextDocument *
[<NotNullAttribute>] indentationStrategy : IIndentationStrategy *
[<CanBeNullAttribute>] ?defaultIndentionLevel : int
(* Defaults:
let _defaultIndentionLevel = defaultArg defaultIndentionLevel 0
*)
-> DocumentWriterHashTextBuilder
Параметры
- writer
- Тип: DocumentTextWriter
Буфер используемый для формирования текста
- document
- Тип: TextDocument
Документ
- indentationStrategy
- Тип: Tessa.Views.ParserIIndentationStrategy
Стратегия выравнивания текста
- defaultIndentionLevel (Optional)
- Тип: SystemInt32
См. также