- 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["IXamlAstPropertyReference"]
class Type type-node
Implementing0["XamlAstClrProperty"]-.->Type
click Implementing0 "/api/XamlX.Ast/XamlAstClrProperty"
Implementing1["XamlAstNamePropertyReference"]-.->Type
click Implementing1 "/api/XamlX.Ast/XamlAstNamePropertyReference"
Syntax
public interface IXamlAstPropertyReference : IXamlAstNode, IXamlLineInfo
Extension Methods
Name | Value | Summary |
---|---|---|
GetClrProperty |
XamlAstClrProperty |
From XamlAstExtensions
|