Summary
Gets or sets the
Wyam.Common.IO.DirectoryPath
at the specified index.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathCollection
<TPath>
Syntax
public TPath this[int index] { get; set; }
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
TPath |
The Wyam.Common.IO.DirectoryPath at the specified index.
|