Namespace:
NHibernate.Transform
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function TransformList ( _ collection As IList _ ) As IList |
C# |
---|
public IList TransformList( IList collection ) |
Visual C++ |
---|
public: virtual IList^ TransformList( IList^ collection ) sealed |
JavaScript |
---|
function transformList(collection); |
Parameters
- collection
- Type: System.Collections..::.IList