PathCollection<TPath>.

IndexOf(TPath) Method

Summary

Returns the index of the specified path.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathCollection<TPath>

Syntax

public int IndexOf(TPath path)

Parameters

Name Type Description
path TPath The path.

Return Value

Type Description
int The index of the specified path, or -1 if not found.
GitHub