C# Class SettingsCompiler.HelpTextAttribute

Inheritance: System.Attribute
显示文件 Open project: TheRealMJP/Shadows Class Usage Examples

Public Properties

Property Type Description
HelpText string

Public Methods

Method Description
GetHelpText ( FieldInfo field, string &helpText ) : void
HelpTextAttribute ( string helpText ) : System

Method Details

GetHelpText() public static method

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

HelpTextAttribute() public method

public HelpTextAttribute ( string helpText ) : System
helpText string
return System

Property Details

HelpText public_oe property

public string HelpText
return string