Click or drag to resize

PathCollectionContains Method

Returns true if the given path is in the list

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

Parameters

item
Type: SystemString
A file system path

Return Value

Type: Boolean
true, if the path is contained in the list, false otherwise.

Implements

ICollectionTContains(T)
See Also