VisualizerCollection.Insert Method
Inserts an element into the collection at the specified index.
Insert(System.Int32 index, Visualizer item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
Visualizer item
)
Parameters
The zero-based index at which item should be inserted.
The object to insert.
Platforms
Windows, Linux, Android