C# Class SettingsCompiler.EnumValue

Afficher le fichier Open project: TheRealMJP/Shadows

Méthodes publiques

Свойство Type Description
Label string
Name string

Méthodes publiques

Méthode Description
EnumValue ( string name, string label ) : System

Method Details

EnumValue() public méthode

public EnumValue ( string name, string label ) : System
name string
label string
Résultat System

Property Details

Label public_oe property

public string Label
Résultat string

Name public_oe property

public string Name
Résultat string