Méthode | Description | |
---|---|---|
Add ( string path, object value ) : bool | ||
Complete ( ) : void | ||
Copy ( string from, string path ) : bool | ||
Move ( string from, string path ) : bool | ||
Remove ( string path ) : bool | ||
Replace ( string path, object value ) : bool | ||
Test ( string path, object value ) : bool |
public Add ( string path, object value ) : bool | ||
path | string | |
value | object | |
Résultat | bool |
public Copy ( string from, string path ) : bool | ||
from | string | |
path | string | |
Résultat | bool |
public Move ( string from, string path ) : bool | ||
from | string | |
path | string | |
Résultat | bool |
public Replace ( string path, object value ) : bool | ||
path | string | |
value | object | |
Résultat | bool |
public Test ( string path, object value ) : bool | ||
path | string | |
value | object | |
Résultat | bool |