- Namespace
- XamlX
.Ast - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IXamlAstNode"]
click Interface0 "/api/XamlX.Ast/IXamlAstNode"
Type-.->Interface1["IXamlLineInfo"]
click Interface1 "/api/XamlX.Ast/IXamlLineInfo"
Type["IXamlAstTypeReference"]
class Type type-node
Implementing0["XamlAstXmlTypeReference"]-.->Type
click Implementing0 "/api/XamlX.Ast/XamlAstXmlTypeReference"
Implementing1["XamlAstClrTypeReference"]-.->Type
click Implementing1 "/api/XamlX.Ast/XamlAstClrTypeReference"
Syntax
public interface IXamlAstTypeReference : IXamlAstNode, IXamlLineInfo
Properties
Name | Value | Summary |
---|---|---|
IsMarkupExtension | bool |
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
GetClrType |
IXamlType |
From XamlAstExtensions
|
GetClrTypeReference |
Xaml |
From XamlAstExtensions
|