C# Class Example.Project.Tools.Context

Inheritance: Simple.Generator.Console.ContextBase
Show file Open project: juanplopes/simple

Public Methods

Method Description
Context ( string defaultEnv ) : System

Protected Methods

Method Description
Configure ( ) : CommandResolver
InternalConfigure ( ) : void

Method Details

Configure() protected method

protected Configure ( ) : CommandResolver
return CommandResolver

Context() public method

public Context ( string defaultEnv ) : System
defaultEnv string
return System

InternalConfigure() protected method

protected InternalConfigure ( ) : void
return void