Get the value of the given collection entry

Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetElement ( _
	entry As Object _
) As Object
C#
Object GetElement(
	Object entry
)
Visual C++
Object^ GetElement(
	Object^ entry
)
JavaScript
function getElement(entry);

Parameters

entry
Type: System..::.Object

See Also