SystemShellListItemCollectionTAdd Method |
Part of the
ICollectionT 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(
T item
)
Public Overridable Sub Add (
item As T
)
public:
virtual void Add(
T item
)
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit
Parameters
- item
- Type: T
The item to add.
Implements
ICollectionTAdd(T)Exceptions See Also