C# Class System.Data.WebStorage.Storage

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
Storage System.Runtime.CompilerServices
this string

Méthodes publiques

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

Private Methods

Méthode Description
Storage ( ) : System.Runtime.CompilerServices
this ( string key ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( string key ) : string
key string
Résultat string

Key() public méthode

public Key ( int index ) : string
index int
Résultat string

RemoveItem() public méthode

public RemoveItem ( string key ) : void
key string
Résultat void

SetItem() public méthode

public SetItem ( string key, string value ) : void
key string
value string
Résultat void