C# Class NAnt.VisualCpp.Types.Symbol

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

Symbol() public méthode

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