C# 클래스 AGS.Editor.DataFileWriter.CompiledCustomProperties

파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
AddProperty ( string name, string value ) : void
CompiledCustomProperties ( ) : System
IndexOfName ( string name ) : int
IndexOfValue ( string value ) : int
Reset ( ) : void
Serialize ( BinaryWriter writer ) : void
this ( string name ) : string

비공개 메소드들

메소드 설명
UnSerialize ( BinaryReader reader ) : int

메소드 상세

AddProperty() 공개 메소드

public AddProperty ( string name, string value ) : void
name string
value string
리턴 void

CompiledCustomProperties() 공개 메소드

public CompiledCustomProperties ( ) : System
리턴 System

IndexOfName() 공개 메소드

public IndexOfName ( string name ) : int
name string
리턴 int

IndexOfValue() 공개 메소드

public IndexOfValue ( string value ) : int
value string
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

this() 공개 메소드

public this ( string name ) : string
name string
리턴 string