CodeWriter Classe

Définition

public ref class CodeWriter : IDisposable
public class CodeWriter : IDisposable
type CodeWriter = class
    interface IDisposable
Public Class CodeWriter
Implements IDisposable
Héritage
CodeWriter
Dérivé
Implémente

Constructeurs

CodeWriter()

Propriétés

Builder
CurrentIndent
IsAfterNewLine
NewLine

Méthodes

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

S’applique à