Initializes a new instance of the JoinedEnumerable<(Of <(<'T>)>)> class
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public JoinedEnumerable( IEnumerable<T> first, IEnumerable<T> second ) |
Visual Basic |
---|
Public Sub New ( _ first As IEnumerable(Of T), _ second As IEnumerable(Of T) _ ) |
Visual C++ |
---|
public: JoinedEnumerable( IEnumerable<T>^ first, IEnumerable<T>^ second ) |
Parameters
- first
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
[Missing <param name="first"/> documentation for "M:NHibernate.Util.JoinedEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`0})"]
- second
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
[Missing <param name="second"/> documentation for "M:NHibernate.Util.JoinedEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`0})"]