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
Mostrar archivo Open project: TwitchPlaysPokemon/tpp-core

Public Methods

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

Method Details

Parse() public method

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