Gets or sets the
NormalizedPath
at the specified index.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
- Implements
-
- IReadOnlyList
<NormalizedPath> .this[int]
- IReadOnlyList
- Property Type
- NormalizedPath
Syntax
public NormalizedPath this[int index] { get; set; }
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
NormalizedPath |
The NormalizedPath at the specified index.
|