Click or drag to resize

SystemShellListItemCollection<T>.Contains Method

Determines whether an element is in the collection

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
the item

Return Value

Type: Boolean
true, if the item is returned

Implements

ICollection<T>.Contains(T)
See Also