- Namespace
- XamlX
.Ast - Interfaces
- Base Types
-
- object
- XamlAstNode
- Derived Types
graph BT
Type-->Base0["XamlAstNode"]
click Base0 "/api/XamlX.Ast/XamlAstNode"
Base0-->Base1["object"]
Type-.->Interface0["IXamlAstValueNode"]
click Interface0 "/api/XamlX.Ast/IXamlAstValueNode"
Type-.->Interface1["IXamlAstNode"]
click Interface1 "/api/XamlX.Ast/IXamlAstNode"
Type-.->Interface2["IXamlLineInfo"]
click Interface2 "/api/XamlX.Ast/IXamlLineInfo"
Type["XamlValueWithSideEffectNodeBase"]
class Type type-node
Derived0["XamlValueWithManipulationNode"]-->Type
click Derived0 "/api/XamlX.Ast/XamlValueWithManipulationNode"
Derived1["XamlAstNeedsParentStackValueNode"]-->Type
click Derived1 "/api/XamlX.Ast/XamlAstNeedsParentStackValueNode"
Derived2["XamlValueNodeWithBeginInit"]-->Type
click Derived2 "/api/XamlX.Ast/XamlValueNodeWithBeginInit"
Derived3["XamlAstLocalInitializationNodeEmitter"]-->Type
click Derived3 "/api/XamlX.Ast/XamlAstLocalInitializationNodeEmitter"
Derived4["XamlLoadMethodDelegateNode"]-->Type
click Derived4 "/api/XamlX.Ast/XamlLoadMethodDelegateNode"
Syntax
public abstract class XamlValueWithSideEffectNodeBase : XamlAstNode, IXamlAstValueNode,
IXamlAstNode, IXamlLineInfo
Constructors
Properties
Name | Value | Summary |
---|---|---|
Line | int |
Inherited from XamlAstNode
|
Position | int |
Inherited from XamlAstNode
|
Type | I |
|
Value | IXamlAstValueNode |
Methods
Name | Value | Summary |
---|---|---|
Visit |
IXamlAstNode |
Inherited from XamlAstNode
|
VisitChildren |
void | |
VisitList |
void |
Inherited from XamlAstNode
static
|