C# 클래스 Prolog.CSVParser.ColumnFormat

파일 보기 프로젝트 열기: ianhorswill/UnityProlog

공개 메소드들

메소드 설명
AppendFormatted ( StringBuilder b, string item ) : void
ColumnFormat ( FormatType type, string prefix ) : System

메소드 상세

AppendFormatted() 공개 메소드

public AppendFormatted ( StringBuilder b, string item ) : void
b StringBuilder
item string
리턴 void

ColumnFormat() 공개 메소드

public ColumnFormat ( FormatType type, string prefix ) : System
type FormatType
prefix string
리턴 System