Click or drag to resize

IOListTInsert Method

Insert an IOLine at a specific index

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Insert(
	int index,
	T line
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:Brainboxes.IO.IOList`1.Insert(System.Int32,`0)"]

line  T

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

Implements

IListTInsert(Int32, T)
See Also