C# 클래스 Castle.Windsor.Tests.Facilities.TypedFactory.Delegates.UsesTwoFooDelegates

파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
GetFooOne ( ) : Foo
GetFooTwo ( ) : Foo
UsesTwoFooDelegates ( Foo>.Func one, Foo>.Func two ) : System

메소드 상세

GetFooOne() 공개 메소드

public GetFooOne ( ) : Foo
리턴 Foo

GetFooTwo() 공개 메소드

public GetFooTwo ( ) : Foo
리턴 Foo

UsesTwoFooDelegates() 공개 메소드

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