PropagationProfilePointCollection.Insert Method
Inserts an element into the collection at the specified index.
Thread safety: This method is not thread-safe. Show
Insert(System.Int32 index, PropagationProfilePoint item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
PropagationProfilePoint item
)
Parameters
index
Type: System.Int32
The zero-based index at which item should be inserted.
The zero-based index at which item should be inserted.
item
Type: PropagationProfilePoint
The object to insert.
The object to insert.
Platforms
Windows, Linux, Android