Class Int64Argument
public sealed class Int64Argument : CommandArgumentParser<long>
- Inheritance
-
Int64Argument
- Inherited Members
Properties
Description
public override string Description { get; }
Property Value
Examples
public override IReadOnlyList<string> Examples { get; }
Property Value
TypeName
public override string TypeName { get; }
Property Value
Methods
Parse(IReadOnlyList<string>)
public override long Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>