JamItemIdListCollectionAdd Method (IJamItemIdList) |
Part of the
ICollection interface. Adds an element to the
collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellIJamItemIdList
The item to add.
Implements
ICollectionTAdd(T)Exceptions See Also