프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Bind ( |
Performs the binding of the dynamic get index operation.
|
|
FallbackGetIndex ( |
Performs the binding of the dynamic get index operation if the target dynamic object cannot bind.
|
|
FallbackGetIndex ( |
When overridden in the derived class, performs the binding of the dynamic get index operation if the target dynamic object cannot bind.
|
메소드 | 설명 | |
---|---|---|
GetIndexBinder ( |
Initializes a new instance of the GetIndexBinder.
|
public final Bind ( |
||
target | The target of the dynamic get index operation. | |
args | An array of arguments of the dynamic get index operation. | |
리턴 |
public FallbackGetIndex ( |
||
target | The target of the dynamic get index operation. | |
indexes | The arguments of the dynamic get index operation. | |
리턴 |
public abstract 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. | |
리턴 |
protected GetIndexBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
리턴 | System.Dynamic.Utils |