- Namespace
- XamlX
.Ast - Interfaces
- Base Types
-
- object
- XamlAstNode
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-.->Interface3["IXamlAstNodeNeedsParentStack"]
click Interface3 "/api/XamlX.Ast/IXamlAstNodeNeedsParentStack"
Type["XamlMarkupExtensionNode"]
class Type type-node
Syntax
public class XamlMarkupExtensionNode : XamlAstNode, IXamlAstValueNode, IXamlAstNode, IXamlLineInfo,
IXamlAstNodeNeedsParentStack
Constructors
Properties
Name | Value | Summary |
---|---|---|
Line | int |
Inherited from XamlAstNode
|
NeedsParentStack | bool | |
Position | int |
Inherited from XamlAstNode
|
ProvideValue | IXamlMethod | |
Type | I |
|
Value | IXamlAstValueNode |
Methods
Name | Value | Summary |
---|---|---|
Visit |
IXamlAstNode |
Inherited from XamlAstNode
|
VisitChildren |
void | |
VisitList |
void |
Inherited from XamlAstNode
static
|