C# Class System.Data.WebStorage.Storage

Datei anzeigen Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
Storage System.Runtime.CompilerServices
this string

Public Methods

Method Description
Clear ( ) : void
GetItem ( string key ) : string
Key ( int index ) : string
RemoveItem ( string key ) : void
SetItem ( string key, string value ) : void

Private Methods

Method Description
Storage ( ) : System.Runtime.CompilerServices
this ( string key ) : string

Method Details

Clear() public method

public Clear ( ) : void
return void

GetItem() public method

public GetItem ( string key ) : string
key string
return string

Key() public method

public Key ( int index ) : string
index int
return string

RemoveItem() public method

public RemoveItem ( string key ) : void
key string
return void

SetItem() public method

public SetItem ( string key, string value ) : void
key string
value string
return void