- 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["IXamlIlAstPropertyReference"]
class Type type-node
Implementing0["XamlIlAstClrProperty"]-.->Type
click Implementing0 "/api/XamlIl.Ast/XamlIlAstClrProperty"
Implementing1["XamlIlAstNamePropertyReference"]-.->Type
click Implementing1 "/api/XamlIl.Ast/XamlIlAstNamePropertyReference"
Syntax
public interface IXamlIlAstPropertyReference : IXamlIlAstNode, IXamlIlLineInfo
Extension Methods
Name | Value | Summary |
---|---|---|
GetClrProperty |
XamlIlAstClrProperty |
From XamlIlAstExtensions
|