XamlMethodWithCasts Class

Namespace
XamlX.Ast
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IXamlCustomEmitMethod<IXamlILEmitter>"] Type-.->Interface1["IXamlMethod"] click Interface1 "/api/XamlX.TypeSystem/IXamlMethod" Type-.->Interface2["IEquatable<IXamlMethod>"] Type-.->Interface3["IXamlMember"] click Interface3 "/api/XamlX.TypeSystem/IXamlMember" Type["XamlMethodWithCasts"] class Type type-node

Syntax

public class XamlMethodWithCasts : IXamlCustomEmitMethod<IXamlILEmitter>, IXamlMethod, 
    IEquatable<IXamlMethod>, IXamlMember

Constructors

Properties

Name Value Summary
CustomAttributes IReadOnlyList<IXamlCustomAttribute>
DeclaringType IXamlType
IsPublic bool
IsStatic bool
Name string
Parameters IReadOnlyList<IXamlType>
ReturnType IXamlType

Methods

Extension Methods