Метод | Описание | |
---|---|---|
Add ( String key, Object value ) : void | ||
Append ( String key, Object value ) : |
||
Clear ( ) : void | ||
Contains ( String key ) : bool | ||
CopyTo ( |
TODO Fix any accidental reordering issues.
|
|
Document ( ) : System | ||
Equals ( |
||
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 ) : |
||
Remove ( String key ) : void | ||
ToString ( ) : string | ||
Update ( |
||
this ( String key ) : Object |
Метод | Описание | |
---|---|---|
GetArrayHashcode ( |
||
GetValueHashCode ( object value ) : int |
public Add ( String key, Object value ) : void | ||
key | String | |
value | Object | |
Результат | void |
public Append ( String key, Object value ) : |
||
key | String | |
value | Object | |
Результат |
public Insert ( String key, Object value, int Position ) : void | ||
key | String | |
value | Object | |
Position | int | |
Результат | void |
public Prepend ( String key, Object value ) : |
||
key | String | |
value | Object | |
Результат |
public Update ( |
||
from | ||
Результат |