C# Class StoryTeller.UserInterface.EventAggregatorInterceptor

Inheritance: TypeInterceptor
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

Method Details

MatchesType() public méthode

public MatchesType ( Type type ) : bool
type System.Type
Résultat bool

Process() public méthode

public Process ( object target, IContext context ) : object
target object
context IContext
Résultat object