C# 클래스 Hawkeye.StringBuilderExtensions

파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
AppendFormattedLine ( this builder, int tabCount, string format ) : void
AppendFormattedLine ( this builder, string format ) : void

메소드 상세

AppendFormattedLine() 공개 정적인 메소드

public static AppendFormattedLine ( this builder, int tabCount, string format ) : void
builder this
tabCount int
format string
리턴 void

AppendFormattedLine() 공개 정적인 메소드

public static AppendFormattedLine ( this builder, string format ) : void
builder this
format string
리턴 void