Creates an IEnumerable object from multiple IEnumerables.
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public JoinedEnumerable( IEnumerable[] enumerables ) |
Visual Basic |
---|
Public Sub New ( _ enumerables As IEnumerable() _ ) |
Visual C++ |
---|
public: JoinedEnumerable( array<IEnumerable^>^ enumerables ) |
Parameters
- enumerables
- Type: array<System.Collections..::..IEnumerable>[]()[][]
The IEnumerables to join together.