C# 클래스 SilverFlow.Controls.Helpers.LocalStorage

Local isolated storage.
상속: ILocalStorage
파일 보기 프로젝트 열기: Zoomicon/ZUI

공개 메소드들

메소드 설명
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