C# Class NAnt.DotNet.Types.NamespaceImport

Inheritance: NAnt.Core.Element
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the NamespaceImport class.
public NamespaceImport ( ) : System
Résultat System

NamespaceImport() public méthode

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