Class BooleanArgument
public sealed class BooleanArgument : CommandArgumentParser<bool>
- Inheritance
-
BooleanArgument
- Inherited Members
Properties
Description
public override string Description { get; }
Property Value
DescriptionMessageId
Optional Hytale catalog key for the type's client-facing usage description.
public override string DescriptionMessageId { get; }
Property Value
Examples
public override IReadOnlyList<string> Examples { get; }
Property Value
TypeName
public override string TypeName { get; }
Property Value
TypeNameMessageId
Optional Hytale catalog key for the type's client-facing name.
public override string TypeNameMessageId { get; }
Property Value
Methods
Format(bool)
public override string Format(bool value)
Parameters
valuebool
Returns
Parse(IReadOnlyList<string>)
public override bool Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>