Insert

PortionCollection.Insert method

Inserts a Portion into the collection at the specified index.

public void Insert(int index, IPortion value)
ParameterTypeDescription
indexInt32The zero-based index at which Portion should be inserted.
valueIPortionThe Portion to insert.

See Also