Property | Type | Description |
---|
Method | Description | |
---|---|---|
Bind ( |
Performs the binding of the dynamic get member operation.
|
|
FallbackGetMember ( |
Performs the binding of the dynamic get member operation if the target dynamic object cannot bind.
|
|
FallbackGetMember ( |
When overridden in the derived class, performs the binding of the dynamic get member operation if the target dynamic object cannot bind.
|
Method | Description | |
---|---|---|
GetMemberBinder ( string name, bool ignoreCase ) : System.Dynamic.Utils |
Initializes a new instance of the GetMemberBinder.
|
public final Bind ( |
||
target | The target of the dynamic get member operation. | |
return |
public FallbackGetMember ( |
||
target | The target of the dynamic get member operation. | |
return |
public abstract FallbackGetMember ( |
||
target | The target of the dynamic get member operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |
protected GetMemberBinder ( string name, bool ignoreCase ) : System.Dynamic.Utils | ||
name | string | The name of the member to get. |
ignoreCase | bool | true if the name should be matched ignoring case; false otherwise. |
return | System.Dynamic.Utils |