Add

IPortionCollection.Add method

Adds a Portion to the end of collection.

public void Add(IPortion value)
ParameterTypeDescription
valueIPortionThe Portion to be added to the end of the collection.

See Also