C# Class ExcelToolKit.CommandParser

Command Parser
Show file Open project: fanfeilong/exceltk Class Usage Examples

Public Methods

Method Description
CommandParser ( IEnumerable Args ) : System.Collections.Generic
ToString ( ) : string
this ( string Param ) : string

Method Details

CommandParser() public method

public CommandParser ( IEnumerable Args ) : System.Collections.Generic
Args IEnumerable
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string Param ) : string
Param string
return string