C# Class AjRools.Expert.Context

Datei anzeigen Open project: ajlopez/AjRools

Public Methods

Method Description
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

Method Details

GetValue() public method

public GetValue ( string name ) : object
name string
return object

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void