Get the value of the given collection entry
            
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
Object GetElement( Object entry )  | 
| Visual Basic | 
|---|
Function GetElement ( _ entry As Object _ ) As Object  | 
| Visual C++ | 
|---|
Object^ GetElement( Object^ entry )  | 
Parameters
- entry
 - Type: System..::..Object
[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.GetElement(System.Object)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.GetElement(System.Object)"]