Insert Method (index)

Insert new element at specified index.
void Insert(
	int index
)

Parameters

index (Int32)
Zero-based index for list element.