- Namespace
- XamlX
.Ast - Interfaces
- Base Types
graph BT
Type-->Base0["XamlMethodCallBaseNode"]
click Base0 "/api/XamlX.Ast/XamlMethodCallBaseNode"
Base0-->Base1["XamlAstNode"]
click Base1 "/api/XamlX.Ast/XamlAstNode"
Base1-->Base2["object"]
Type-.->Interface0["IXamlAstManipulationNode"]
click Interface0 "/api/XamlX.Ast/IXamlAstManipulationNode"
Type-.->Interface1["IXamlAstNode"]
click Interface1 "/api/XamlX.Ast/IXamlAstNode"
Type-.->Interface2["IXamlLineInfo"]
click Interface2 "/api/XamlX.Ast/IXamlLineInfo"
Type["XamlNoReturnMethodCallNode"]
class Type type-node
Syntax
public class XamlNoReturnMethodCallNode : XamlMethodCallBaseNode, IXamlAstManipulationNode,
IXamlAstNode, IXamlLineInfo
Constructors
Properties
Name | Value | Summary |
---|---|---|
Arguments | List |
Inherited from Xaml
|
Line | int |
Inherited from XamlAstNode
|
Method | IXamlWrappedMethod |
Inherited from Xaml
|
Position | int |
Inherited from XamlAstNode
|
Methods
Name | Value | Summary |
---|---|---|
Visit |
IXamlAstNode |
Inherited from XamlAstNode
|
VisitChildren |
void |
Inherited from Xaml
|
VisitList |
void |
Inherited from XamlAstNode
static
|