C# Class TPP.ArgsParsing.TypeParsers.IntParser

A parser capable of parsing numbers.
Inheritance: BaseArgumentParser
显示文件 Open project: TwitchPlaysPokemon/tpp-core

Public Methods

Method Description
Parse ( IImmutableList args, Array genericTypes ) : Task>

Protected Methods

Method Description
IntParser ( int minValue, int maxValue ) : System

Method Details

IntParser() protected method

protected IntParser ( int minValue, int maxValue ) : System
minValue int
maxValue int
return System

Parse() public method

public Parse ( IImmutableList args, Array genericTypes ) : Task>
args IImmutableList
genericTypes Array
return Task>