XamlWrappedMethodWithCasts Class

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

Syntax

public class XamlWrappedMethodWithCasts : 
    IXamlEmitableWrappedMethodWithLocals<IXamlILEmitter, XamlILNodeEmitResult>, IXamlWrappedMethod

Constructors

Properties

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

Methods