C# Класс SilverFlow.Controls.Helpers.LocalStorage

Local isolated storage.
Наследование: ILocalStorage
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Contains() публичный Метод

Determines if the local storage contains the specified key.
public Contains ( string key ) : bool
key string The key for the entry to be located.
Результат bool

this() публичный Метод

Gets or saves the value associated with the specified key.
public this ( string key ) : object
key string
Результат object