Summary
Determines whether the collection contains the specified path.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public bool Contains(TPath path)
Parameters
Name | Type | Description |
---|---|---|
path | TPath | The path. |
Return Value
Type | Description |
---|---|
bool | true if the collection contains the path, otherwise false . |