Метод | Описание | |
---|---|---|
ContainsKey ( string key ) : bool |
Contains the key.
|
|
GetDictionary ( ) : object>.IDictionary |
Gets the dictionary.
|
|
GetItemByKey ( string key ) : XmlItem |
Gets the item by key.
|
|
XmlStore ( ) : System |
Initializes a new instance of the June.LocalStorageProviders.XMLLocalStorage+XmlStore class.
|
|
this ( string key ) : XmlItem |
Gets the June.LocalStorageProviders.XMLLocalStorage+XmlStore with the specified key.
|
public ContainsKey ( string key ) : bool | ||
key | string | Key. |
Результат | bool |
public GetDictionary ( ) : object>.IDictionary |
||
Результат | object>.IDictionary |
public GetItemByKey ( string key ) : XmlItem | ||
key | string | Key. |
Результат | XmlItem |