Gets or Sets the element at the index
Namespace: NHibernate.SqlCommandAssembly: 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: property Object^ default[int index] { Object^ get (int index); void set (int index, Object^ value); } |
Parameters
- index
- Type: System..::..Int32