C# Class SettingsCompiler.GroupAttribute

Inheritance: System.Attribute
Mostra file Open project: TheRealMJP/Shadows Class Usage Examples

Public Properties

Property Type Description
Group string

Public Methods

Method Description
GetGroup ( FieldInfo field, string &group ) : void
GroupAttribute ( string group ) : System

Method Details

GetGroup() public static method

public static GetGroup ( FieldInfo field, string &group ) : void
field System.Reflection.FieldInfo
group string
return void

GroupAttribute() public method

public GroupAttribute ( string group ) : System
group string
return System

Property Details

Group public_oe property

public string Group
return string