Click or drag to resize

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.2
Syntax
public virtual void Add(
	T item
)

Parameters

item  T
The item to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the collection is readonly.
See Also