C# 클래스 StoryTeller.UserInterface.EventAggregatorInterceptor

상속: TypeInterceptor
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

메소드 상세

MatchesType() 공개 메소드

public MatchesType ( Type type ) : bool
type System.Type
리턴 bool

Process() 공개 메소드

public Process ( object target, IContext context ) : object
target object
context IContext
리턴 object