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