C# Class DynamicXaml.SimpleCaseHandler

End of the handling pipeline, anything that arrives here is treated as simple case
Inheritance: InvokeMemberHandler
ファイルを表示 Open project: flq/XamlTags

Public Methods

Method Description
CanHandle ( InvokeContext callContext ) : bool
Handle ( InvokeContext ctx ) : void

Method Details

CanHandle() public method

public CanHandle ( InvokeContext callContext ) : bool
callContext InvokeContext
return bool

Handle() public method

public Handle ( InvokeContext ctx ) : void
ctx InvokeContext
return void