Summary
Gets the parts of a path represented by this element.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- PathElement
Syntax
public StringCollection Parts { get; }
Value
Type | Description |
---|---|
StringCollection |
A System.Collections.Specialized.StringCollection containing the parts of a path
represented by this element.
|