MemberAssignment Class (System.Linq.Expressions) (original) (raw)

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents assignment operation for a field or property of an object.

public ref class MemberAssignment sealed : System::Linq::Expressions::MemberBinding
public sealed class MemberAssignment : System.Linq.Expressions.MemberBinding
type MemberAssignment = class
    inherit MemberBinding
Public NotInheritable Class MemberAssignment
Inherits MemberBinding

Inheritance

Remarks

Use the Bind factory methods to create a MemberAssignment.

A MemberAssignment has the BindingType property equal to Assignment.

Applies to