Remove Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Removes the LineItem from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(Int32) | Removes the LineItem at the specified index from the current collection. | |
Remove(LineItem) | Removes the first occurrence of the specified LineItem from the current collection. |
Top
Remarks
Removes a specified LineItem from the collection. When a LineItem is removed from the collection, all subsequent LineItem objects move up one index in the collection and the collection count is decremented.