- Namespace
- XamlIl
.Ast - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IXamlIlAstNode"]
click Interface0 "/api/XamlIl.Ast/IXamlIlAstNode"
Type-.->Interface1["IXamlIlLineInfo"]
click Interface1 "/api/XamlIl.Ast/IXamlIlLineInfo"
Type["IXamlIlAstTypeReference"]
class Type type-node
Implementing0["XamlIlAstClrTypeReference"]-.->Type
click Implementing0 "/api/XamlIl.Ast/XamlIlAstClrTypeReference"
Implementing1["XamlIlAstXmlTypeReference"]-.->Type
click Implementing1 "/api/XamlIl.Ast/XamlIlAstXmlTypeReference"
Syntax
public interface IXamlIlAstTypeReference : IXamlIlAstNode, IXamlIlLineInfo
Properties
Name | Value | Summary |
---|---|---|
IsMarkupExtension | bool |
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
GetClrType |
IXamlIlType |
From XamlIlAstExtensions
|
GetClrTypeReference |
Xaml |
From XamlIlAstExtensions
|