C# Class SystemEx.Persist.StoreItems

Afficher le fichier Open project: pvginkel/SystemEx Class Usage Examples

Méthodes publiques

Méthode Description
ContainsKey ( string index ) : bool
Remove ( string index ) : void
this ( string index ) : object

Private Methods

Méthode Description
StoreItems ( object>.Dictionary items ) : System

Method Details

ContainsKey() public méthode

public ContainsKey ( string index ) : bool
index string
Résultat bool

Remove() public méthode

public Remove ( string index ) : void
index string
Résultat void

this() public méthode

public this ( string index ) : object
index string
Résultat object