C# 클래스 NAnt.Core.Attributes.BuildElementAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
BuildElementAttribute ( string name ) : System

Initializes a new instance of the BuildElementAttribute with the specified name.

메소드 상세

BuildElementAttribute() 공개 메소드

Initializes a new instance of the BuildElementAttribute with the specified name.
is . is a zero-length .
public BuildElementAttribute ( string name ) : System
name string The name of the attribute.
리턴 System