C# 클래스 NAnt.VisualCpp.Types.Symbol

Represents a symbol.
상속: NAnt.Core.Element
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Symbol() 공개 메소드

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

Symbol() 공개 메소드

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