PathCollectionContains Method |
Returns true if the given path is in the list
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool Contains(
string item
)
Public Function Contains (
item As String
) As Boolean
public:
virtual bool Contains(
String^ item
) sealed
abstract Contains :
item : string -> bool
override Contains :
item : string -> bool
Parameters
- item
- Type: SystemString
A file system path
Return Value
Type:
Booleantrue, if the path is contained in the list, false otherwise.
Implements
ICollectionTContains(T)See Also