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