C# Class ValveResourceFormat.KeyValues.KVObject

ファイルを表示 Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

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

Private Methods

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

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

KVObject() public method

public KVObject ( string name ) : System
name string
return System

KVObject() public method

public KVObject ( string name, bool isArray ) : System
name string
isArray bool
return System

Serialize() public method

public Serialize ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
return void