C# 클래스 NAnt.DotNet.Types.NamespaceImport

상속: NAnt.Core.Element
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

NamespaceImport() 공개 메소드

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

NamespaceImport() 공개 메소드

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