Share via


ICollection(DiscountItem).Clear Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Namespace:  Microsoft.CommerceServer.Runtime.Marketing
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Private Sub Clear Implements ICollection(Of DiscountItem).Clear
'Usage
Dim instance As DiscountItemCollection

CType(instance, ICollection(Of DiscountItem)).Clear()
void ICollection<DiscountItem>.Clear()
private:
virtual void Clear() sealed = ICollection<DiscountItem^>::Clear
JScript does not support explicit interface implementations.

Implements

ICollection<(Of <(T>)>)..::.Clear()()()

Permissions

See Also

Reference

DiscountItemCollection Class

DiscountItemCollection Members

Microsoft.CommerceServer.Runtime.Marketing Namespace