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) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
IEnumerable GetElements( Object collection )  | 
| Visual Basic | 
|---|
Function GetElements ( _ collection As Object _ ) As IEnumerable  | 
| Visual C++ | 
|---|
IEnumerable^ GetElements( Object^ collection )  | 
Parameters
- collection
 - Type: System..::..Object
[Missing <param name="collection"/> documentation for "M:NHibernate.UserTypes.IUserCollectionType.GetElements(System.Object)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.UserTypes.IUserCollectionType.GetElements(System.Object)"]