Méthode | Description | |
---|---|---|
ModuleMetaObject ( |
Initializes a new instance of the ModuleMetaObject class.
|
Méthode | Description | |
---|---|---|
Resolve ( DynamicMetaObject>.Func |
Implemented by inheritors, this function should determine the receiver for the binding of the dynamic operation and use the bindTarget to perform the binding and return the result of that binding operation. The bindTarget can be used multiple times to attempt potential binding operations. |
public ModuleMetaObject ( |
||
expression |
/// The expression representing this |
|
value | object |
/// The runtime value represented by the |
baseMetaObject |
/// The |
|
modules | IList | /// The modules current collection of modules which will be used as potential delegation targets for dynamic binding operations. /// |
Résultat | System |
protected Resolve ( DynamicMetaObject>.Func |
||
bindTarget | DynamicMetaObject>.Func | /// Performs the binding of the dynamic operation if the target dynamic object cannot bind. /// The target of the dynamic operation. |
Résultat |