Gets the object at the specified index.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
T this[ int index ] { get; set; } |
| Visual Basic (Usage) |
|---|
Dim instance As ICollection Dim index As Integer Dim value As T value = instance(index) instance(index) = value |
Parameters
- index
- Type: System..::.Int32