Gives access to the list using the index of the objects
Namespace: Ico.WPFAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public T this[
int index
] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get |
| JScript |
|---|
JScript does not support indexed properties. |
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException | If there is no object with the name specified an exception is thrown |
See Also