C# Class logv.host.GenericCommandLineParser

Afficher le fichier Open project: coolya/logv.http

Méthodes publiques

Méthode Description
Parse ( IEnumerable parameters ) : void
SetUp ( string param, System.Action setter ) : void
SetUp ( string param, Action setter ) : void

Method Details

Parse() public static méthode

public static Parse ( IEnumerable parameters ) : void
parameters IEnumerable
Résultat void

SetUp() public static méthode

public static SetUp ( string param, System.Action setter ) : void
param string
setter System.Action
Résultat void

SetUp() public static méthode

public static SetUp ( string param, Action setter ) : void
param string
setter Action
Résultat void