다음을 통해 공유


CodeWriter 클래스

정의

public ref class CodeWriter : IDisposable
public class CodeWriter : IDisposable
type CodeWriter = class
    interface IDisposable
Public Class CodeWriter
Implements IDisposable
상속
CodeWriter
파생
구현

생성자

CodeWriter()

속성

Builder
CurrentIndent
IsAfterNewLine
NewLine

메서드

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

적용 대상