Get the IOLine at a particular index
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- index Int32
Return Value
TImplements
IListTItemInt32
See Also