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.2
Syntax
public bool Contains(
	T item
)

Parameters

item  T
the item

Return Value

Boolean
true, if the item is returned

Implements

ICollectionTContains(T)
See Also