C# Class NAnt.VisualCpp.Types.Library

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

Library() public méthode

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