SerializableMemberInitExpression Members
A binary and XML serializable representation of a LINQ member init expression
The following tables list the members exposed by the SerializableMemberInitExpression type.
Public Constructors
Name | Description | |
---|---|---|
SerializableMemberInitExpression |
Top
Public Properties
Name | Description | |
---|---|---|
Bindings | Gets the bindings that describe how to initialize the members of the newly created object. | |
Key | Allows to attach a key to an expression. Maybe present or not. (Inherited from SerializableExpression) | |
NewExpression | Gets the expression that represents the constructor call. | |
NodeType | The node type (Inherited from SerializableExpression) | |
Type | The type of expression. (Inherited from SerializableExpression) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToExpression | Overloaded. (Inherited from SerializableExpression) | |
ToExpression | Overridden. Convert to LINQ expression | |
ToString | Overridden. Convert to string |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SerializableMemberInitExpression Class
Microsoft.SpecExplorer.ObjectModel Namespace