Insert an IOLine at a specific index
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Insert(
int index,
T line
)
Public Sub Insert (
index As Integer,
line As T
)
abstract Insert :
index : int *
line : 'T -> unit
override Insert :
index : int *
line : 'T -> unit
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