C# Class NAnt.Core.Types.Option

Inheritance: Element
Mostra file Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Option ( ) : NAnt.Core.Attributes

Default constructor

Option ( string name, string value ) : NAnt.Core.Attributes

name, value constructor

Method Details

Option() public method

Default constructor
public Option ( ) : NAnt.Core.Attributes
return NAnt.Core.Attributes

Option() public method

name, value constructor
public Option ( string name, string value ) : NAnt.Core.Attributes
name string
value string
return NAnt.Core.Attributes