Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpGetIndexBinder ( |
Initializes a new instance of the CSharpGetIndexBinder.
|
|
FallbackGetIndex ( |
Performs the binding of the dynamic get index operation if the target dynamic object cannot bind.
|
public CSharpGetIndexBinder ( |
||
callingContext | The |
|
argumentInfo | IEnumerable |
The sequence of |
return | System |
public FallbackGetIndex ( |
||
target | The target of the dynamic get index operation. | |
indexes | The arguments of the dynamic get index operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |