NAnt SDK Documentation - v0.92

NamespaceImport Class

Represents a namespace to import.

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

System.Object
   NAnt.Core.Element
      NAnt.DotNet.Types.NamespaceImport

[Visual Basic]
<Serializable, _  Serializable, _  ElementName(Name:="import")>
Public Class NamespaceImport
    Inherits Element
[C#]
[Serializable]
[Serializable]
[ElementName(Name="import")]
public class NamespaceImport : 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.DotNet.Types

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

See Also

NamespaceImport Members | NAnt.DotNet.Types Namespace