PathCollection<TPath>.

RemoveAt(int) Method

Summary

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

Syntax

public void RemoveAt(int index)

Parameters

Name Type Description
index int The index where the path should be removed.

Return Value

Type Description
void
GitHub