System.Core
4.0.0.0
System.Dynamic.DynamicMetaObjectBinder
To be added.
Represents the dynamic set index operation at the call site, providing the binding semantic and the details about the operation.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the .
The signature of the arguments at the call site.
Method
4.0.0.0
System.Dynamic.DynamicMetaObject
To be added.
Performs the binding of the dynamic set index operation.
The representing the result of the binding.
The target of the dynamic set index operation.
An array of arguments of the dynamic set index operation.
Property
4.0.0.0
System.Dynamic.CallInfo
To be added.
To be added.
Gets the signature of the arguments at the call site.
Method
4.0.0.0
System.Dynamic.DynamicMetaObject
To be added.
Performs the binding of the dynamic set index operation if the target dynamic object cannot bind.
The representing the result of the binding.
The target of the dynamic set index operation.
The arguments of the dynamic set index operation.
The value to set to the collection.
Method
4.0.0.0
System.Dynamic.DynamicMetaObject
To be added.
When overridden in the derived class, performs the binding of the dynamic set index operation if the target dynamic object cannot bind.
The representing the result of the binding.
The target of the dynamic set index operation.
The arguments of the dynamic set index operation.
The value to set to the collection.
The binding result to use if binding fails, or null.
Property
4.0.0.0
System.Type
To be added.
To be added.
The result type of the operation.