C# 클래스 AlphaTab.Collections.StringBuilder

파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
Append ( object s ) : void
AppendChar ( int i ) : void
AppendLine ( string s = "" ) : void
StringBuilder ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
StringBuilder ( ) : SharpKit.JavaScript

메소드 상세

Append() 공개 메소드

public Append ( object s ) : void
s object
리턴 void

AppendChar() 공개 메소드

public AppendChar ( int i ) : void
i int
리턴 void

AppendLine() 공개 메소드

public AppendLine ( string s = "" ) : void
s string
리턴 void

StringBuilder() 공개 메소드

public StringBuilder ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string