C# Class Session, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ReadFromDictionary ( string key ) : object
WriteFromDictionary ( string key, object value ) : object

Private Methods

Méthode Description
ReadFromContext ( string key ) : object
WriteToContext ( string key, object value ) : void

Method Details

ReadFromDictionary() public méthode

public ReadFromDictionary ( string key ) : object
key string
Résultat object

WriteFromDictionary() public méthode

public WriteFromDictionary ( string key, object value ) : object
key string
value object
Résultat object