Click or drag to resize

IOListTItem Property

Get the IOLine at a particular index

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T this[
	int index
] { get; set; }

Parameters

index  Int32

Return Value

T

Implements

IListTItemInt32
See Also