Namespace:
NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Item ( _ i As Integer _ ) As Object |
C# |
---|
public Object Item[ int i ] { get; } |
Visual C++ |
---|
public: virtual property Object^ Item[int i] { Object^ get (int i) sealed; } |
JavaScript |
---|
function get_item(i); |
Parameters
- i
- Type: System..::.Int32