C# 클래스 Organic.TabifiedStringBuilder

Used to build strings with different portions always appearing at the same index
파일 보기 프로젝트 열기: SirCmpwn/organic 1 사용 예제들

공개 메소드들

메소드 설명
TabifiedStringBuilder ( ) : System

Creates a TabifiedStringBuilder with an empty string

WriteAt ( int position, string content ) : void

Writes the value at the given index, and pads it with spaces.

메소드 상세

TabifiedStringBuilder() 공개 메소드

Creates a TabifiedStringBuilder with an empty string
public TabifiedStringBuilder ( ) : System
리턴 System

WriteAt() 공개 메소드

Writes the value at the given index, and pads it with spaces.
public WriteAt ( int position, string content ) : void
position int
content string
리턴 void