XamlEmitContext<TBackendEmitter, TEmitResult>.

Emit(IXamlWrappedMethod, TBackendEmitter, bool) Method

Syntax

public void Emit(IXamlWrappedMethod wrapped, TBackendEmitter codeGen, bool swallowResult)

Parameters

Name Type Description
wrapped IXamlWrappedMethod
codeGen TBackendEmitter
swallowResult bool

Return Value

Type Description
void