C# Class NAnt.VisualCpp.Types.Symbol

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

Private Properties

Property Type Description

Public Methods

Method Description
Symbol ( ) : System

Initializes a new instance of the Symbol class.

Symbol ( string name ) : System

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

Method Details

Symbol() public method

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

Symbol() public method

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