6 [global::__DynamicallyInvokable]
13 [global::__DynamicallyInvokable]
16 [global::__DynamicallyInvokable]
25 [global::__DynamicallyInvokable]
28 [global::__DynamicallyInvokable]
35 internal sealed
override bool IsStandardBinder =>
true;
39 [global::__DynamicallyInvokable]
42 ContractUtils.RequiresNotNull(callInfo,
"callInfo");
50 [global::__DynamicallyInvokable]
53 ContractUtils.RequiresNotNull(target,
"target");
54 ContractUtils.RequiresNotNullItems(args,
"args");
62 [global::__DynamicallyInvokable]
73 [global::__DynamicallyInvokable]
sealed override Type ReturnType
The result type of the operation.
sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args)
Performs the binding of the dynamic delete index operation.
DeleteIndexBinder(CallInfo callInfo)
Initializes a new instance of the T:System.Dynamic.DeleteIndexBinder.
Represents type declarations: class types, interface types, array types, value types,...
DynamicMetaObject FallbackDeleteIndex(DynamicMetaObject target, DynamicMetaObject[] indexes)
Performs the binding of the dynamic delete index operation if the target dynamic object cannot bind.
Represents the dynamic delete index operation at the call site, providing the binding semantic and th...
Describes arguments in the dynamic binding process.