Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetElements ( _ collection As Object _ ) As IEnumerable |
C# |
---|
public IEnumerable GetElements( Object collection ) |
Visual C++ |
---|
public: IEnumerable^ GetElements( Object^ collection ) |
JavaScript |
---|
function getElements(collection); |
Parameters
- collection
- Type: System..::.Object