Click or drag to resize

JamItemIdListCollectionClear Method

Part of the ICollectionT interface, clears the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public virtual void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the collection is readonly.
See Also