C# Class AGS.Editor.DataFileWriter.CompiledCustomProperties

Afficher le fichier Open project: adventuregamestudio/ags

Méthodes publiques

Méthode 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

Méthode Description
UnSerialize ( BinaryReader reader ) : int

Method Details

AddProperty() public méthode

public AddProperty ( string name, string value ) : void
name string
value string
Résultat void

CompiledCustomProperties() public méthode

public CompiledCustomProperties ( ) : System
Résultat System

IndexOfName() public méthode

public IndexOfName ( string name ) : int
name string
Résultat int

IndexOfValue() public méthode

public IndexOfValue ( string value ) : int
value string
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

this() public méthode

public this ( string name ) : string
name string
Résultat string