C# Class NSBManager.Infrastructure.EventAggregator.RegisterEventListenersInterceptor

Inheritance: TypeInterceptor
Show file Open project: andreasohlund/NSBManager

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