C# Class TPP.ArgsParsing.TypeParsers.TimeSpanParser

A parser capable of recognizing time spans in the format <weeks>w<days>d<hours>h<minutes>m<seconds>s and turning them into instances of TimeSpan.
Inheritance: BaseArgumentParser
Afficher le fichier Open project: TwitchPlaysPokemon/tpp-core

Méthodes publiques

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

Method Details

Parse() public méthode

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