







[Missing <summary> documentation for "P:Moxiecode.Manager.Utils.ResultSet.Item(System.Int32)"]
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Hashtable this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Hashtable |
Visual C++ |
---|
public: property Hashtable^ default[int index] { Hashtable^ get (int index); } |
Parameters
- index
- Type: System..::.Int32