C# 클래스 Gonzo.CaretSeparatedText

Loads a Caret Separated Text (CST) file.
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SanitizeString string

공개 메소드들

메소드 설명
CaretSeparatedText ( string Path ) : System
this ( int ID ) : string

Gets a string from this CaretSeparatedText instance with the specified ID.

비공개 메소드들

메소드 설명
SanitizeString ( string Input ) : string

메소드 상세

CaretSeparatedText() 공개 메소드

public CaretSeparatedText ( string Path ) : System
Path string
리턴 System

this() 공개 메소드

Gets a string from this CaretSeparatedText instance with the specified ID.
public this ( int ID ) : string
ID int ID of string to get.
리턴 string