C# Class Castle.Windsor.Tests.Facilities.TypedFactory.Delegates.UsesTwoFooDelegates

Show file Open project: castleproject/Windsor

Public Methods

Method Description
GetFooOne ( ) : Foo
GetFooTwo ( ) : Foo
UsesTwoFooDelegates ( Foo>.Func one, Foo>.Func two ) : System

Method Details

GetFooOne() public method

public GetFooOne ( ) : Foo
return Foo

GetFooTwo() public method

public GetFooTwo ( ) : Foo
return Foo

UsesTwoFooDelegates() public method

public UsesTwoFooDelegates ( Foo>.Func one, Foo>.Func two ) : System
one Foo>.Func
two Foo>.Func
return System