Méthode |
Description |
|
Add ( String key, Object value ) : void |
|
|
Append ( String key, Object value ) : Document |
|
|
Clear ( ) : void |
|
|
Contains ( String key ) : bool |
|
|
CopyTo ( Document dest ) : void |
TODO Fix any accidental reordering issues. |
|
Document ( ) : System |
|
|
Equals ( Document obj ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
Insert ( String key, Object value, int Position ) : void |
Adds an item to the Document at the specified position |
|
Prepend ( String key, Object value ) : Document |
|
|
Remove ( String key ) : void |
|
|
ToString ( ) : string |
|
|
Update ( Document from ) : Document |
|
|
this ( String key ) : Object |
|
|