C# Class ValveResourceFormat.KeyValues.KVObject

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode Description
AddProperty ( string name, KVValue value ) : void
KVObject ( string name ) : System
KVObject ( string name, bool isArray ) : System
Serialize ( IndentedTextWriter writer ) : void

Private Methods

Méthode Description
EscapeUnescaped ( string input, char toEscape ) : string
PrintValue ( IndentedTextWriter writer, KVValue kvValue ) : void
SerializeArray ( IndentedTextWriter writer ) : void
SerializeObject ( IndentedTextWriter writer ) : void

Method Details

AddProperty() public méthode

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

KVObject() public méthode

public KVObject ( string name ) : System
name string
Résultat System

KVObject() public méthode

public KVObject ( string name, bool isArray ) : System
name string
isArray bool
Résultat System

Serialize() public méthode

public Serialize ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
Résultat void