6 [global::__DynamicallyInvokable]
13 [global::__DynamicallyInvokable]
16 [global::__DynamicallyInvokable]
19 return typeof(
object);
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.
GetIndexBinder(CallInfo callInfo)
Initializes a new instance of the T:System.Dynamic.GetIndexBinder.
Represents type declarations: class types, interface types, array types, value types,...
DynamicMetaObject FallbackGetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes)
Performs the binding of the dynamic get index operation if the target dynamic object cannot bind.
Represents the dynamic get index operation at the call site, providing the binding semantic and the d...
sealed override DynamicMetaObject Bind(DynamicMetaObject target, DynamicMetaObject[] args)
Performs the binding of the dynamic get index operation.
Describes arguments in the dynamic binding process.