Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpSetIndexBinder ( bool isCompoundAssignment, bool isChecked, |
Initializes a new instance of the CSharpSetIndexBinder.
|
|
FallbackSetIndex ( |
Performs the binding of the dynamic set index operation if the target dynamic object cannot bind.
|
public CSharpSetIndexBinder ( bool isCompoundAssignment, bool isChecked, |
||
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 FallbackSetIndex ( |
||
target | The target of the dynamic set index operation. | |
indexes | The arguments of the dynamic set index operation. | |
value | The value to set to the collection. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |