GetOpt Class

GetOpt Constructor 

Constructor for the GetOpt class. Pass it the programs args list.

public GetOpt(
   string[] args
);

Parameters

args
The args as supplied to the Main() method.

See Also

GetOpt Class | GetOpt Members | Heyes Namespace