C# Class Schumix.Framework.Options.Category

Inheritance: Option
Show file Open project: Schumix/Schumix2

Public Methods

Method Description
Category ( string description ) : System

Protected Methods

Method Description
OnParseComplete ( OptionContext c ) : void

Method Details

Category() public method

public Category ( string description ) : System
description string
return System

OnParseComplete() protected method

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