- Namespace
- XamlIl
.Ast - Interfaces
- Base Types
graph BT
Type-->Base0["XamlIlMethodCallBaseNode"]
click Base0 "/api/XamlIl.Ast/XamlIlMethodCallBaseNode"
Base0-->Base1["XamlIlAstNode"]
click Base1 "/api/XamlIl.Ast/XamlIlAstNode"
Base1-->Base2["object"]
Type-.->Interface0["IXamlIlAstManipulationNode"]
click Interface0 "/api/XamlIl.Ast/IXamlIlAstManipulationNode"
Type-.->Interface1["IXamlIlAstNode"]
click Interface1 "/api/XamlIl.Ast/IXamlIlAstNode"
Type-.->Interface2["IXamlIlLineInfo"]
click Interface2 "/api/XamlIl.Ast/IXamlIlLineInfo"
Type["XamlIlNoReturnMethodCallNode"]
class Type type-node
Syntax
public class XamlIlNoReturnMethodCallNode : XamlIlMethodCallBaseNode, IXamlIlAstManipulationNode,
IXamlIlAstNode, IXamlIlLineInfo
Constructors
Properties
Name | Value | Summary |
---|---|---|
Arguments | List |
Inherited from Xaml
|
Line | int |
Inherited from XamlIlAstNode
|
Method | IXamlIlWrappedMethod |
Inherited from Xaml
|
Position | int |
Inherited from XamlIlAstNode
|
Methods
Name | Value | Summary |
---|---|---|
Visit |
IXamlIlAstNode |
Inherited from XamlIlAstNode
|
VisitChildren |
void |
Inherited from Xaml
|
VisitList |
void |
Inherited from XamlIlAstNode
static
|