Class StringArgument
public sealed class StringArgument : CommandArgumentParser<string>
- Inheritance
-
StringArgument
- 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
Parse(IReadOnlyList<string>)
public override string Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>