C# Class SilverFlow.Controls.Helpers.LocalStorage

Local isolated storage.
Inheritance: ILocalStorage
Afficher le fichier Open project: Zoomicon/ZUI

Méthodes publiques

Méthode Description
Contains ( string key ) : bool

Determines if the local storage contains the specified key.

this ( string key ) : object

Gets or saves the value associated with the specified key.

Method Details

Contains() public méthode

Determines if the local storage contains the specified key.
public Contains ( string key ) : bool
key string The key for the entry to be located.
Résultat bool

this() public méthode

Gets or saves the value associated with the specified key.
public this ( string key ) : object
key string
Résultat object