C# Класс NAnt.VisualCpp.Types.Library

Represents a library.
Наследование: NAnt.Core.Element
Показать файл Открыть проект Примеры использования класса

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