Get the results of the root type and fill the IList<(Of <(<'T>)>)>

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IList<U> List<U>()
Visual Basic
Function List(Of U) As IList(Of U)
Visual C++
generic<typename U>
IList<U>^ List()

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:NHibernate.IQueryOver`1.List``1"]

Return Value

The list filled with the results.

See Also