SetMemberBinder
Represents the dynamic set member operation at the call site, providing the binding semantic and the details about the operation.
Gets the value indicating if the string comparison should ignore the case of the member name.
Gets the name of the member to obtain.
Initializes a new instance of the SetMemberBinder.
Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.
public abstract DynamicMetaObject FallbackSetMember(DynamicMetaObject target, DynamicMetaObject value, DynamicMetaObject errorSuggestion)
Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.