[]
Inserts an element into the collection at the specified index.
public void Insert(int index, WallRange value)
The zero-based index at which
value
The WallRange to insert.