JamItemIdListCollectionAdd(IJamItemIdList) Method |
Part of the
ICollection interface. Adds an element to the
collection.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic virtual void Add(
IJamItemIdList item
)
Public Overridable Sub Add (
item As IJamItemIdList
)
public:
virtual void Add(
IJamItemIdList^ item
)
abstract Add :
item : IJamItemIdList -> unit
override Add :
item : IJamItemIdList -> unit
Parameters
- item IJamItemIdList
- The item to add.
Implements
ICollectionTAdd(T)
Exceptions
See Also