C# 클래스 OpenMetaverse.EnumInfoAttribute

Attribute class that allows extra attributes to be attached to ENUMs
상속: System.Attribute
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-LibOMV

공개 프로퍼티들

프로퍼티 타입 설명
Text string

공개 메소드들

메소드 설명
EnumInfoAttribute ( ) : System

Default initializer

EnumInfoAttribute ( string text ) : System

Text used when presenting ENUM to user

메소드 상세

EnumInfoAttribute() 공개 메소드

Default initializer
public EnumInfoAttribute ( ) : System
리턴 System

EnumInfoAttribute() 공개 메소드

Text used when presenting ENUM to user
public EnumInfoAttribute ( string text ) : System
text string
리턴 System

프로퍼티 상세

Text 공개적으로 프로퍼티

Text used when presenting ENUM to user
public string Text
리턴 string