ICxReference

Description

interface Tinman.Core.Cx.ICxReference

Extended by

CxContractExpressionName sealed
CxExpression abstract
CxType abstract
CxXmlDocItemParamref sealed
CxXmlDocReference sealed

Base interface for Code-X PSI nodes that reference another PSI node.

Public / Attributes

Resolved


public attribute Resolved → (get)

value : CxNode

The CxNode this reference has resolved to or null if not resolved or if IPsiNode.Resolve has not yet been called.

Returns the resolved reference.