Determines whether the item with the specified path is in the collection.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function Contains ( _ path As String _ ) As Boolean |
| C# |
|---|
public virtual bool Contains( string path ) |
Parameters
- path
- Type: System..::..String
The path to locate in the collection.