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

PathSet.GetElements Method 

[This is preliminary documentation and subject to change.]

Returns all path elements defined by this path object.

[Visual Basic]
Public Function GetElements() As StringCollection
[C#]
public StringCollection GetElements();

Return Value

A list of path elements.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.PathSet.GetElements

See Also

PathSet Class | NAnt.Core.Types Namespace