Method | Description | |
---|---|---|
CreateChildScope ( ) : |
Creates a child scope that searches for keys in a default dictionary of key/value pairs.
|
|
CreateChildScope ( object source ) : |
Creates a child scope that searches for keys in the given object.
|
|
TryFind ( string name, object &value ) : bool |
Method | Description | |
---|---|---|
Find ( string name ) : object |
Attempts to find the value associated with the key with given name.
|
|
Scope ( object source ) : System |
Initializes a new instance of a KeyScope.
|
|
Scope ( object source, |
Initializes a new instance of a KeyScope.
|
|
Set ( string key ) : void | ||
Set ( string key, object value ) : void | ||
onKeyFound ( string name, object value ) : object | ||
onKeyNotFound ( string name, string member, object &value ) : bool | ||
set ( |
||
toLookup ( object value ) : object>.IDictionary |
||
tryFind ( string name ) : |
||
tryFindFirst ( |
public CreateChildScope ( object source ) : |
||
source | object | The object to search for keys in. |
return |
public TryFind ( string name, object &value ) : bool | ||
name | string | |
value | object | |
return | bool |