C# Class AjRools.Expert.Context

Afficher le fichier Open project: ajlopez/AjRools

Méthodes publiques

Méthode Description
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

Method Details

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

SetValue() public méthode

public SetValue ( string name, object value ) : void
name string
value object
Résultat void