NAnt SDK Documentation - v0.92

XmlNamespace Class

Represents an XML namespace.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.Types.XmlNamespace

[Visual Basic]
<ElementName(Name:="namespace")>
Public Class XmlNamespace
    Inherits Element
[C#]
[ElementName(Name="namespace")]
public class XmlNamespace : 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

XmlNamespace Members | NAnt.Core.Types Namespace