[Missing <summary> documentation for "P:NHibernate.Collection.PersistentList.Item(System.Int32)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Object this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As Object Get Set |
Visual C++ |
---|
public: virtual property Object^ default[int index] { Object^ get (int index) sealed; void set (int index, Object^ value) sealed; } |
Parameters
- index
- Type: System..::..Int32