메소드 | 설명 | |
---|---|---|
CreateArray ( ) : |
||
CreateArray ( string name ) : |
||
CreateObject ( ) : |
||
CreateObject ( string name ) : |
||
CreateValue ( ) : |
||
CreateValue ( string name ) : |
||
CreateValue ( string name, object value ) : |
||
CreateValueFrom ( object value ) : |
||
Encode ( Stream stream, |
||
Node ( ) : System | ||
Node ( string name = null, string format = null, INode parent = null, Metadata metadata = null, Action |
메소드 | 설명 | |
---|---|---|
AddNode ( INode node, bool named, Action |
||
GetName ( ) : string | ||
GetNodeType ( ) : NodeType | ||
GetNodes ( ) : IEnumerable |
||
GetValue ( ) : object | ||
SetName ( string name ) : void | ||
SetNodeType ( NodeType nodeType ) : void | ||
SetValue ( object value ) : void |
protected AddNode ( INode node, bool named, Action |
||
node | INode | |
named | bool | |
modify | Action |
|
리턴 | void |
public static CreateValue ( string name, object value ) : |
||
name | string | |
value | object | |
리턴 |
public static CreateValueFrom ( object value ) : |
||
value | object | |
리턴 |
public Encode ( Stream stream, |
||
stream | Stream | |
encoding | ||
리턴 | void |
public Node ( string name = null, string format = null, INode parent = null, Metadata metadata = null, Action |
||
name | string | |
format | string | |
parent | INode | |
metadata | Metadata | |
encoder | Action |
|
리턴 | System |