Method | Description | |
---|---|---|
CreateChildScope ( object source ) : |
Creates a child scope that searches for keys in the given object.
|
Method | Description | |
---|---|---|
Find ( string name ) : object |
Attempts to find the value associated with the key with given name.
|
|
KeyScope ( object source ) : System |
Initializes a new instance of a KeyScope.
|
|
KeyScope ( object source, |
Initializes a new instance of a KeyScope.
|
|
find ( string name ) : object | ||
toLookup ( object value ) : object>.IDictionary |
public CreateChildScope ( object source ) : |
||
source | object | The object to search for keys in. |
return |