C# Class Schumix.Framework.Options.ActionOption

Inheritance: Option
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
ActionOption ( string prototype, string description, int count, Action action ) : System
ActionOption ( string prototype, string description, int count, Action action, bool hidden ) : System

Méthodes protégées

Méthode Description
OnParseComplete ( OptionContext c ) : void

Method Details

ActionOption() public méthode

public ActionOption ( string prototype, string description, int count, Action action ) : System
prototype string
description string
count int
action Action
Résultat System

ActionOption() public méthode

public ActionOption ( string prototype, string description, int count, Action action, bool hidden ) : System
prototype string
description string
count int
action Action
hidden bool
Résultat System

OnParseComplete() protected méthode

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
Résultat void