- 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["IXamlAstEmitableNode<IXamlILEmitter, XamlILNodeEmitResult>"]
Type["XamlDeferredContentInitializeIntermediateRootNode"]
class Type type-node
Syntax
public class XamlDeferredContentInitializeIntermediateRootNode : XamlAstNode, IXamlAstValueNode,
IXamlAstNode, IXamlLineInfo, IXamlAstEmitableNode<IXamlILEmitter, XamlILNodeEmitResult>
Constructors
Properties
Name | Value | Summary |
---|---|---|
Line | int |
Inherited from XamlAstNode
|
Position | int |
Inherited from XamlAstNode
|
Type | I |
|
Value | IXamlAstValueNode |
Methods
Name | Value | Summary |
---|---|---|
Emit |
XamlILNodeEmitResult | |
Visit |
IXamlAstNode |
Inherited from XamlAstNode
|
VisitChildren |
void | |
VisitList |
void |
Inherited from XamlAstNode
static
|