Click or drag to resize

SystemShellListItemCollectionTContains Method

Determines whether an element is in the collection

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

Parameters

item
Type: T
the item

Return Value

Type: Boolean
true, if the item is returned

Implements

ICollectionTContains(T)
See Also