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

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

공개 메소드들

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

Initializes a new instance of the with the specified name.

메소드 상세

ElementNameAttribute() 공개 메소드

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