C# 클래스 SettingsCompiler.HelpTextAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
HelpText string

공개 메소드들

메소드 설명
GetHelpText ( FieldInfo field, string &helpText ) : void
HelpTextAttribute ( string helpText ) : System

메소드 상세

GetHelpText() 공개 정적인 메소드

public static GetHelpText ( FieldInfo field, string &helpText ) : void
field System.Reflection.FieldInfo
helpText string
리턴 void

HelpTextAttribute() 공개 메소드

public HelpTextAttribute ( string helpText ) : System
helpText string
리턴 System

프로퍼티 상세

HelpText 공개적으로 프로퍼티

public string HelpText
리턴 string