C# Class DynamicXaml.StaticResourceHandler

Inheritance: InvokeMemberHandler
ファイルを表示 Open project: flq/XamlTags

Public Methods

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

Method Details

CanHandle() public method

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

Handle() public method

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