WorkplaceFilePersistent - конструктор |
Пространство имён:
Tessa.Views.Parser.Serialization
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WorkplaceFilePersistent(
[NotNullAttribute] ExchangeFormatSerializer serializer,
[NotNullAttribute] IExchangeFormatInterpreter interpreter,
[NotNullAttribute] IIndentationStrategy indentationStrategy
)
Public Sub New (
<NotNullAttribute> serializer As ExchangeFormatSerializer,
<NotNullAttribute> interpreter As IExchangeFormatInterpreter,
<NotNullAttribute> indentationStrategy As IIndentationStrategy
)
public:
WorkplaceFilePersistent(
[NotNullAttribute] ExchangeFormatSerializer^ serializer,
[NotNullAttribute] IExchangeFormatInterpreter^ interpreter,
[NotNullAttribute] IIndentationStrategy^ indentationStrategy
)
new :
[<NotNullAttribute>] serializer : ExchangeFormatSerializer *
[<NotNullAttribute>] interpreter : IExchangeFormatInterpreter *
[<NotNullAttribute>] indentationStrategy : IIndentationStrategy -> WorkplaceFilePersistent
Параметры
- serializer
- Тип: Tessa.Views.Parser.SerializationExchangeFormatSerializer
Сериализатор формата обмена
- interpreter
- Тип: Tessa.Views.Parser.SyntaxTree.ExchangeFormatIExchangeFormatInterpreter
Интерпретатор формата обмена
- indentationStrategy
- Тип: Tessa.Views.ParserIIndentationStrategy
Стратегия выравнивания текста
См. также