System.Dynamic.SetMemberBinder Members

The members of System.Dynamic.SetMemberBinder are listed below.

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Initializes a new instance of the System.Dynamic.SetMemberBinder.

Public Properties

[read-only]
IgnoreCasebool.

Gets the value indicating if the string comparison should ignore the case of the member name.

[read-only]
Namestring.

Gets the name of the member to obtain.

[read-only]
override
ReturnTypeType.

The result type of the operation.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic set member operation.

FallbackSetMember(DynamicMetaObject, DynamicMetaObject) : DynamicMetaObject

Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.

abstract
FallbackSetMember(DynamicMetaObject, DynamicMetaObject, DynamicMetaObject) : DynamicMetaObject

Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.