Class BoolParamAttribute

Namespace
Elegy.MapCompiler.ConsoleArguments
Assembly
Elegy.MapCompiler.dll
public class BoolParamAttribute : CompilerParamAttribute
Inheritance
BoolParamAttribute
Inherited Members

Constructors

BoolParamAttribute(string)

public BoolParamAttribute(string name)

Parameters

name string

Methods

GetPossibleValues()

public override string GetPossibleValues()

Returns

string

Parse(string)

public override object Parse(string value)

Parameters

value string

Returns

object