Gets the object at the specified index.
Namespace:
PerpetuumSoft.Reporting.CommandModelAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Command this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As Command |
| Visual C++ |
|---|
public: property Command^ default[int index] { Command^ get (int index); void set (int index, Command^ value); } |
Parameters
- index
- Type: System..::.Int32