Share via


CodeWriter Class

Definition

public ref class CodeWriter : IDisposable
public class CodeWriter : IDisposable
type CodeWriter = class
    interface IDisposable
Public Class CodeWriter
Implements IDisposable
Inheritance
CodeWriter
Derived
Implements

Constructors

CodeWriter()

Properties

Builder
CurrentIndent
IsAfterNewLine
NewLine

Methods

DecreaseIndent(Int32)
Dispose()
Dispose(Boolean)
GenerateCode()
GetCurrentSourceLocation()
IncreaseIndent(Int32)
Indent(Int32)
ResetIndent()
SetIndent(Int32)
Write(String, Int32, Int32)
Write(String)
WriteLine()
WriteLine(String)

Applies to