C# 클래스 Mono.Debugger.Frontend.PropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
ShortName string

공개 메소드들

메소드 설명
PropertyAttribute ( string name ) : System
PropertyAttribute ( string name, string short_name ) : System

메소드 상세

PropertyAttribute() 공개 메소드

public PropertyAttribute ( string name ) : System
name string
리턴 System

PropertyAttribute() 공개 메소드

public PropertyAttribute ( string name, string short_name ) : System
name string
short_name string
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

ShortName 공개적으로 프로퍼티

public string ShortName
리턴 string