C# 클래스 NAnt.VisualCpp.Types.Library

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Library ( ) : System

Initializes a new instance of the Library class.

Library ( string name ) : System

Initializes a new instance of the Library class with the specified name.

메소드 상세

Library() 공개 메소드

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

Library() 공개 메소드

Initializes a new instance of the Library class with the specified name.
is .
public Library ( string name ) : System
name string
리턴 System