Get the target at given positioning index
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
TTarget this[
int index
] { get; } |
Visual Basic |
---|
ReadOnly Default Property Item ( _
index As Integer _
) As TTarget
Get |
Visual C++ |
---|
property TTarget default[int index] {
TTarget get (int index);
} |
Parameters
- index
- Type: System..::..Int32
Positioning index of the target to be retrieved
Field Value
TTarget
Return Value
Target at given position. Null if the position doesn't exist
See Also