Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function List(Of T) As IList(Of T) |
C# |
---|
public IList<T> List<T>() |
Visual C++ |
---|
public: generic<typename T> virtual IList<T>^ List() sealed |
JavaScript |
---|
|
Type Parameters
- T