C# 클래스 ValveResourceFormat.KeyValues.KVObject

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
AddProperty ( string name, KVValue value ) : void
KVObject ( string name ) : System
KVObject ( string name, bool isArray ) : System
Serialize ( IndentedTextWriter writer ) : void

비공개 메소드들

메소드 설명
EscapeUnescaped ( string input, char toEscape ) : string
PrintValue ( IndentedTextWriter writer, KVValue kvValue ) : void
SerializeArray ( IndentedTextWriter writer ) : void
SerializeObject ( IndentedTextWriter writer ) : void

메소드 상세

AddProperty() 공개 메소드

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

KVObject() 공개 메소드

public KVObject ( string name ) : System
name string
리턴 System

KVObject() 공개 메소드

public KVObject ( string name, bool isArray ) : System
name string
isArray bool
리턴 System

Serialize() 공개 메소드

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