- Namespace
- XamlIl
.Transform - Base Types
-
- object
- XamlIlContextBase
graph BT
Type-->Base0["XamlIlContextBase"]
click Base0 "/api/XamlIl.Transform/XamlIlContextBase"
Base0-->Base1["object"]
Type["XamlIlAstTransformationContext"]
class Type type-node
Syntax
public class XamlIlAstTransformationContext : XamlIlContextBase
Constructors
Properties
Name | Value | Summary |
---|---|---|
Configuration | Xaml |
|
NamespaceAliases | Dictionary |
|
RootObject | IXamlIlAstValueNode | |
StrictMode | bool |
Methods
Name | Value | Summary |
---|---|---|
Error |
IXamlIlAstNode | |
GetItem |
T |
Inherited from XamlIlContextBase
|
GetOrCreateItem |
T |
Inherited from XamlIlContextBase
|
ParentNodes |
IEnumerable |
Inherited from XamlIlContextBase
|
ParseError |
IXamlIlAstNode | |
ParseError |
IXamlIlAstNode | |
PopParent |
IXamlIlAstNode |
Inherited from XamlIlContextBase
|
PushParent |
void |
Inherited from XamlIlContextBase
|
SetItem |
void |
Inherited from XamlIlContextBase
|
TryGetItem |
bool |
Inherited from XamlIlContextBase
|
Visit |
IXamlIlAstNode | |
VisitChildren |
void |