- Namespace
- XamlX.Emit
- Interfaces
-
- Implementing Types
-
graph BT
Type-.->Interface0["IXamlWrappedMethod"]
click Interface0 "/api/XamlX.Ast/IXamlWrappedMethod"
Type["IXamlEmitableWrappedMethodWithLocals<TBackendEmitter, TEmitResult>"]
class Type type-node
Implementing0["XamlWrappedMethodWithCasts"]-.->Type
click Implementing0 "/api/XamlX.Ast/XamlWrappedMethodWithCasts"
Syntax
public interface IXamlEmitableWrappedMethodWithLocals<TBackendEmitter, TEmitResult> :
IXamlWrappedMethod
where TBackendEmitter : IHasLocalsPool where TEmitResult : IXamlEmitResult
Type Parameters
Name |
Description |
TBackendEmitter |
|
TEmitResult |
|
Methods