메소드 | 설명 | |
---|---|---|
PrototypalMetaObject ( |
Initializes a new instance of the PrototypalMetaObject class.
|
메소드 | 설명 | |
---|---|---|
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 PrototypalMetaObject ( |
||
expression |
/// The expression representing this |
|
value | object |
/// The runtime value represented by the |
baseMetaObject |
/// The |
|
prototype | object | /// The prototype object which will be the target of delegation for dynamic binding operations. /// |
리턴 | 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. |
리턴 |