6 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
18 [global::__DynamicallyInvokable]
27 [global::__DynamicallyInvokable]
30 [global::__DynamicallyInvokable]
40 [Obsolete(
"Do not use this constructor. It will be removed in future releases.")]
49 [global::__DynamicallyInvokable]
52 return ExpressionStringBuilder.MemberBindingToString(
this);
Obtains information about the attributes of a member and provides access to member metadata.
MemberBindingType BindingType
Gets the type of binding that is represented.
MemberBinding(MemberBindingType type, MemberInfo member)
Initializes a new instance of the T:System.Linq.Expressions.MemberBinding class.
MemberInfo Member
Gets the field or property to be initialized.
Provides the base class from which the classes that represent bindings that are used to initialize me...
MemberBindingType
Describes the binding types that are used in T:System.Linq.Expressions.MemberInitExpression objects.
override string ToString()
Returns a textual representation of the T:System.Linq.Expressions.MemberBinding.