Method | Description | |
---|---|---|
AddChild ( |
||
AddChild ( object key ) : |
||
AddChild ( object key, object value ) : |
||
ContainsChild ( ) : bool | ||
GetChild ( ) : |
||
GetChildValue ( ) : object | ||
Node2 ( |
||
Node2 ( object key ) : System | ||
Node2 ( object key, bool createNullChildren ) : System | ||
SetChild ( ) : |
||
SetChild ( object key ) : |
||
SetChildValue ( object value ) : |
||
SetChildValue ( object value, object key ) : |
||
this ( object key ) : |
Method | Description | |
---|---|---|
ValidateKeyAlreadyExists ( object key ) : void |
public AddChild ( object key, object value ) : |
||
key | object | |
value | object | |
return |
public Node2 ( |
||
parent | ||
key | object | |
createNullChildren | bool | |
return | System |
public Node2 ( object key, bool createNullChildren ) : System | ||
key | object | |
createNullChildren | bool | |
return | System |
public SetChildValue ( object value ) : |
||
value | object | |
return |
public SetChildValue ( object value, object key ) : |
||
value | object | |
key | object | |
return |