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.5.0.8
Syntax
public void Insert(
	int index,
	T line
)

Parameters

index
Type: SystemInt32

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

line
Type: T

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

Implements

IListTInsert(Int32, T)
See Also