C# Class NAnt.VisualCpp.Types.Library

Represents a library.
Inheritance: NAnt.Core.Element
显示文件 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Library() public method

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

Library() public method

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