C# 클래스 TPP.ArgsParsing.TypeParsers.IntParser

A parser capable of parsing numbers.
상속: BaseArgumentParser
파일 보기 프로젝트 열기: TwitchPlaysPokemon/tpp-core

공개 메소드들

메소드 설명
Parse ( IImmutableList args, Array genericTypes ) : Task>

보호된 메소드들

메소드 설명
IntParser ( int minValue, int maxValue ) : System

메소드 상세

IntParser() 보호된 메소드

protected IntParser ( int minValue, int maxValue ) : System
minValue int
maxValue int
리턴 System

Parse() 공개 메소드

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