C# Class NAnt.DotNet.Types.NamespaceImport

Inheritance: NAnt.Core.Element
ファイルを表示 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NamespaceImport ( ) : System

Initializes a new instance of the NamespaceImport class.

NamespaceImport ( string nameSpace ) : System

Initializes a new instance of the NamespaceImport class for the specified namespace.

Method Details

NamespaceImport() public method

Initializes a new instance of the NamespaceImport class.
public NamespaceImport ( ) : System
return System

NamespaceImport() public method

Initializes a new instance of the NamespaceImport class for the specified namespace.
is .
public NamespaceImport ( string nameSpace ) : System
nameSpace string The namespace.
return System