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

Syntax

Visual Basic (Declaration)
Public Property Item ( _
	index As Integer _
) As Object
C#
public Object Item[
	int index
] { get; set; }
Visual C++
public:
virtual property Object^ Item[int index] {
	Object^ get (int index) sealed;
	void set (int index, Object^ value) sealed;
}
JavaScript
function get_item(index);
function set_item(value);

Parameters

index
Type: System..::.Int32

Implements

IList..::.Item[([(Int32])])

See Also