Show / Hide Table of Contents

Class FormattedSyntaxTextWriterSettings

Inheritance
System.Object
FormattedSyntaxTextWriterSettings
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public sealed class FormattedSyntaxTextWriterSettings

Constructors

| Improve this Doc View Source

FormattedSyntaxTextWriterSettings(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Declaration
public FormattedSyntaxTextWriterSettings(string newLine = null, string indent = null, bool? insertFinalNewLine = default(bool? ), bool? insertSemicolonAfterNodeStatements = default(bool? ), bool? insertSemicolonAfterSubgraphStatements = default(bool? ))
Parameters
Type Name Description
System.String newLine
System.String indent
System.Nullable<System.Boolean> insertFinalNewLine
System.Nullable<System.Boolean> insertSemicolonAfterNodeStatements
System.Nullable<System.Boolean> insertSemicolonAfterSubgraphStatements

Properties

| Improve this Doc View Source

Indent

Declaration
public string Indent { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

InsertFinalNewLine

Declaration
public bool InsertFinalNewLine { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

InsertSemicolonAfterNodeStatements

Declaration
public bool InsertSemicolonAfterNodeStatements { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

InsertSemicolonAfterSubgraphStatements

Declaration
public bool InsertSemicolonAfterSubgraphStatements { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NewLine

Declaration
public string NewLine { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX