C# Class SettingsCompiler.EnumValue

显示文件 Open project: TheRealMJP/Shadows

Public Properties

Property Type Description
Label string
Name string

Public Methods

Method Description
EnumValue ( string name, string label ) : System

Method Details

EnumValue() public method

public EnumValue ( string name, string label ) : System
name string
label string
return System

Property Details

Label public_oe property

public string Label
return string

Name public_oe property

public string Name
return string