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.0.0.0 (1.0.0.0)
Syntax
public int IndexOf(
	T line
)

Parameters

line  T

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

Return Value

Int32

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

Implements

IListTIndexOf(T)
See Also