C# 클래스 CrystalMpq.DataFormats.KeyAttribute

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

공개 메소드들

메소드 설명
KeyAttribute ( ) : System

Initializes a new instance of the KeyAttribute class.

KeyAttribute ( string name ) : System

Initializes a new instance of the KeyAttribute class.

If you do not wish to specify a name, use the parameterless constructor.

메소드 상세

KeyAttribute() 공개 메소드

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

KeyAttribute() 공개 메소드

Initializes a new instance of the KeyAttribute class.
If you do not wish to specify a name, use the parameterless constructor.
The key name is null. The key name is empty.
public KeyAttribute ( string name ) : System
name string The key name.
리턴 System