C# 클래스 PaleTree.Shared.StringBuilderExtension

파일 보기 프로젝트 열기: exectails/PaleTree

공개 메소드들

메소드 설명
Append ( this sb, string format ) : void
AppendLine ( this sb, string format ) : void

메소드 상세

Append() 공개 정적인 메소드

public static Append ( this sb, string format ) : void
sb this
format string
리턴 void

AppendLine() 공개 정적인 메소드

public static AppendLine ( this sb, string format ) : void
sb this
format string
리턴 void