Strongly-typed version of List()()().

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

Syntax

Visual Basic (Declaration)
Function List(Of T) As IList(Of T)
C#
IList<T> List<T>()
Visual C++
generic<typename T>
IList<T>^ List()
JavaScript
JavaScript does not support generic types or methods.

Type Parameters

T

See Also