C# Class Castle.Windsor.Tests.ConfigureDecoratorsTestCase.DoNothingServiceDecorator

Inheritance: IDoNothingService
Show file Open project: castleproject/Windsor

Public Methods

Method Description
DoNothing ( ) : void
DoNothingServiceDecorator ( IDoNothingService inner ) : System

Method Details

DoNothing() public method

public DoNothing ( ) : void
return void

DoNothingServiceDecorator() public method

public DoNothingServiceDecorator ( IDoNothingService inner ) : System
inner IDoNothingService
return System