NAnt SDK Documentation - v0.85-nightly-2005-11-09

PathElement.Parts Property

[This is preliminary documentation and subject to change.]

Gets the parts of a path represented by this element.

[Visual Basic]
Public ReadOnly Property Parts As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Parts {get;}

Property Value

A StringCollection containing the parts of a path represented by this element.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.PathElement.Parts

See Also

PathElement Class | NAnt.Core.Types Namespace