XamlMethodCallBaseNode Class

graph BT Type-->Base0["XamlAstNode"] click Base0 "/api/XamlX.Ast/XamlAstNode" Base0-->Base1["object"] Type-.->Interface0["IXamlAstNode"] click Interface0 "/api/XamlX.Ast/IXamlAstNode" Type-.->Interface1["IXamlLineInfo"] click Interface1 "/api/XamlX.Ast/IXamlLineInfo" Type["XamlMethodCallBaseNode"] class Type type-node Derived0["XamlNoReturnMethodCallNode"]-->Type click Derived0 "/api/XamlX.Ast/XamlNoReturnMethodCallNode" Derived1["XamlStaticOrTargetedReturnMethodCallNode"]-->Type click Derived1 "/api/XamlX.Ast/XamlStaticOrTargetedReturnMethodCallNode"

Syntax

public abstract class XamlMethodCallBaseNode : XamlAstNode, IXamlAstNode, IXamlLineInfo

Constructors

Properties

Name Value Summary
Arguments List<IXamlAstValueNode>
Line int
Inherited from XamlAstNode
Method IXamlWrappedMethod
Position int
Inherited from XamlAstNode

Methods