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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.