C# Class CommandLine.OptionMap

Show file Open project: ErikEJ/SqlQueryStress Class Usage Examples

Public Methods

Method Description
EnforceRules ( ) : bool
OptionMap ( int capacity ) : System.Collections.Generic
this ( string key ) : OptionInfo

Method Details

EnforceRules() public method

public EnforceRules ( ) : bool
return bool

OptionMap() public method

public OptionMap ( int capacity ) : System.Collections.Generic
capacity int
return System.Collections.Generic

this() public method

public this ( string key ) : OptionInfo
key string
return OptionInfo