C# Class Castle.Windsor.Tests.Facilities.Startable.WithOverloads

Show file Open project: castleproject/Windsor

Public Methods

Method Description
Start ( ) : void
Start ( int fake ) : void
Stop ( ) : void
Stop ( string fake ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( int fake ) : void
fake int
return void

Stop() public method

public Stop ( ) : void
return void

Stop() public method

public Stop ( string fake ) : void
fake string
return void