Remove

SlideCollection.Remove method

Removes the first occurrence of a specific object from the collection.

public void Remove(ISlide value)
ParameterTypeDescription
valueISlideThe slide to remove from the collection.

See Also