Click or drag to resize

IOListTIndexOf Method

Determine the index of a specific IOLine

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public int IndexOf(
	T line
)

Parameters

line
Type: T

[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IOList`1.IndexOf(`0)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Brainboxes.IO.IOList`1.IndexOf(`0)"]

Implements

IListTIndexOf(T)
See Also