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