Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpSetMemberBinder ( string name, bool isCompoundAssignment, bool isChecked, |
Initializes a new instance of the SetMemberBinder.
|
|
FallbackSetMember ( |
Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.
|
public CSharpSetMemberBinder ( string name, bool isCompoundAssignment, bool isChecked, |
||
name | string | The name of the member to get. |
isCompoundAssignment | bool | True if the assignment comes from a compound assignment in source. |
isChecked | bool | |
callingContext | The |
|
argumentInfo | IEnumerable |
The sequence of |
return | System |
public FallbackSetMember ( |
||
target | The target of the dynamic set member operation. | |
value | The value to set to the member. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |