Class EnumParamAttribute<T>
- Namespace
- Elegy.MapCompiler.ConsoleArguments
- Assembly
- Elegy.MapCompiler.dll
public class EnumParamAttribute<T> : CompilerParamAttribute where T : struct, Enum
Type Parameters
T
- Inheritance
-
EnumParamAttribute<T>
- Inherited Members
Constructors
EnumParamAttribute(string)
public EnumParamAttribute(string name)
Parameters
name
string
Methods
GetPossibleValues()
public override string GetPossibleValues()
Returns
Parse(string)
public override object Parse(string value)
Parameters
value
string