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