C# Class Schumix.Framework.Options.ActionOption

Inheritance: Option
Show file Open project: Schumix/Schumix2

Public Methods

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

Protected Methods

Method Description
OnParseComplete ( OptionContext c ) : void

Method Details

ActionOption() public method

public ActionOption ( string prototype, string description, int count, Action action ) : System
prototype string
description string
count int
action Action
return System

ActionOption() public method

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

OnParseComplete() protected method

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
return void