Summary
Inserts the path at the specified index.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public bool Insert(int index, TPath path)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index where the path should be inserted. |
path | TPath | The path to insert. |
Return Value
Type | Description |
---|---|
bool | true if the collection did not contain the path and it was inserted, otherwise false |