XamlWrappedMethod Class

graph BT Type-->Base0["object"] Type-.->Interface0["IXamlEmitableWrappedMethod<IXamlILEmitter, XamlILNodeEmitResult>"] Type-.->Interface1["IXamlWrappedMethod"] click Interface1 "/api/XamlX.Ast/IXamlWrappedMethod" Type["XamlWrappedMethod"] class Type type-node

Syntax

public class XamlWrappedMethod : IXamlEmitableWrappedMethod<IXamlILEmitter, XamlILNodeEmitResult>, 
    IXamlWrappedMethod

Constructors

Properties

Name Value Summary
DeclaringType IXamlType
Name string
ParametersWithThis IReadOnlyList<IXamlType>
ReturnType IXamlType

Methods