NAnt SDK Documentation - v0.92

PathElement Class

Represents a nested path element.

For a list of all members of this type, see PathElement Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Types.PathElement

[Visual Basic]
<Serializable, _  Serializable, _  ElementName(Name:="pathelement")>
Public Class PathElement
    Inherits Element
[C#]
[Serializable]
[Serializable]
[ElementName(Name="pathelement")]
public class PathElement : Element

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

PathElement Members | NAnt.Core.Types Namespace