C# Class TPP.ArgsParsing.TypeParsers.IntParser

A parser capable of parsing numbers.
Inheritance: BaseArgumentParser
Afficher le fichier Open project: TwitchPlaysPokemon/tpp-core

Méthodes publiques

Méthode Description
Parse ( IImmutableList args, Array genericTypes ) : Task>

Méthodes protégées

Méthode Description
IntParser ( int minValue, int maxValue ) : System

Method Details

IntParser() protected méthode

protected IntParser ( int minValue, int maxValue ) : System
minValue int
maxValue int
Résultat System

Parse() public méthode

public Parse ( IImmutableList args, Array genericTypes ) : Task>
args IImmutableList
genericTypes Array
Résultat Task>