Return an IEnumerable over the elements of this collection - the passed collection
instance may or may not be a wrapper
Namespace:
NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetElements ( _ collection As Object _ ) As IEnumerable |
C# |
---|
IEnumerable GetElements( Object collection ) |
Visual C++ |
---|
IEnumerable^ GetElements( Object^ collection ) |
JavaScript |
---|
function getElements(collection); |
Parameters
- collection
- Type: System..::.Object