C# Class AGS.Editor.DataFileWriter.CompiledCustomProperties

Show file Open project: adventuregamestudio/ags

Public Methods

Method Description
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

Private Methods

Method Description
UnSerialize ( BinaryReader reader ) : int

Method Details

AddProperty() public method

public AddProperty ( string name, string value ) : void
name string
value string
return void

CompiledCustomProperties() public method

public CompiledCustomProperties ( ) : System
return System

IndexOfName() public method

public IndexOfName ( string name ) : int
name string
return int

IndexOfValue() public method

public IndexOfValue ( string value ) : int
value string
return int

Reset() public method

public Reset ( ) : void
return void

Serialize() public method

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

this() public method

public this ( string name ) : string
name string
return string