C# Class PKParser.Arg.PKArgParser

Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
Add ( string s ) : ParamCollection
Clear ( ) : void
GetUtil ( string s ) : string
PKArgParser ( ) : System

Private Methods

Method Description
StartMatch ( string s ) : Match

Method Details

Add() public method

public Add ( string s ) : ParamCollection
s string
return ParamCollection

Clear() public method

public Clear ( ) : void
return void

GetUtil() public method

public GetUtil ( string s ) : string
s string
return string

PKArgParser() public method

public PKArgParser ( ) : System
return System