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