C# Class DynamicXaml.SimpleCaseHandler

End of the handling pipeline, anything that arrives here is treated as simple case
Inheritance: InvokeMemberHandler
Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

Méthode Description
CanHandle ( InvokeContext callContext ) : bool
Handle ( InvokeContext ctx ) : void

Method Details

CanHandle() public méthode

public CanHandle ( InvokeContext callContext ) : bool
callContext InvokeContext
Résultat bool

Handle() public méthode

public Handle ( InvokeContext ctx ) : void
ctx InvokeContext
Résultat void