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

Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
GetFooOne ( ) : Foo
GetFooTwo ( ) : Foo
UsesTwoFooDelegates ( Foo>.Func one, Foo>.Func two ) : System

Method Details

GetFooOne() public méthode

public GetFooOne ( ) : Foo
Résultat Foo

GetFooTwo() public méthode

public GetFooTwo ( ) : Foo
Résultat Foo

UsesTwoFooDelegates() public méthode

public UsesTwoFooDelegates ( Foo>.Func one, Foo>.Func two ) : System
one Foo>.Func
two Foo>.Func
Résultat System