Class Reference
An intrinsic Token that represents a reference to a construct.
public abstract class Reference : Intrinsic, IResolvable
- Inheritance
-
Reference
- Implements
- Inherited Members
Remarks
References are recorded.
Constructors
Reference(object, IConstruct, string?)
protected Reference(object value, IConstruct target, string? displayName = null)
Parameters
value
objecttarget
IConstructdisplayName
string
Properties
DisplayName
public virtual string DisplayName { get; }
Property Value
Target
public virtual IConstruct Target { get; }
Property Value
Methods
IsReference(object)
Check whether this is actually a Reference.
public static bool IsReference(object x)
Parameters
x
object