C# Class SylphyHorn.CommandLineArgsBase.CommandLineOption

Mostrar archivo Open project: Grabacr07/SylphyHorn

Public Methods

Method Description
CommandLineOption ( string key, Type type, string valueString, string keyPrefix, string separator ) : System
ToString ( ) : string

Method Details

CommandLineOption() public method

public CommandLineOption ( string key, Type type, string valueString, string keyPrefix, string separator ) : System
key string
type System.Type
valueString string
keyPrefix string
separator string
return System

ToString() public method

public ToString ( ) : string
return string