Initializes a new instance of the NhNewExpression class
Namespace: NHibernate.Linq.ExpressionsAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public NhNewExpression( IList<string> members, IList<Expression> arguments ) |
Visual Basic |
---|
Public Sub New ( _ members As IList(Of String), _ arguments As IList(Of Expression) _ ) |
Visual C++ |
---|
public: NhNewExpression( IList<String^>^ members, IList<Expression^>^ arguments ) |
Parameters
- members
- Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>
[Missing <param name="members"/> documentation for "M:NHibernate.Linq.Expressions.NhNewExpression.#ctor(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.Linq.Expressions.Expression})"]
- arguments
- Type: System.Collections.Generic..::..IList<(Of <(<'Expression>)>)>
[Missing <param name="arguments"/> documentation for "M:NHibernate.Linq.Expressions.NhNewExpression.#ctor(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.Linq.Expressions.Expression})"]