C# Class dotnet_storyteller.DotnetBaseParams

Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
DotnetBaseParams ( string name, string fullName, string description ) : System.Collections.Generic
Parse ( string args ) : void

Private Methods

Method Description
AddDotnetBaseParameters ( ) : void

Method Details

DotnetBaseParams() public method

public DotnetBaseParams ( string name, string fullName, string description ) : System.Collections.Generic
name string
fullName string
description string
return System.Collections.Generic

Parse() public method

public Parse ( string args ) : void
args string
return void