C# Class StoryTeller.UserInterface.EventAggregatorInterceptor

Inheritance: TypeInterceptor
Datei anzeigen Open project: adymitruk/storyteller

Public Methods

Method Description
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

Method Details

MatchesType() public method

public MatchesType ( Type type ) : bool
type System.Type
return bool

Process() public method

public Process ( object target, IContext context ) : object
target object
context IContext
return object