Property IsResolved
IsResolved
Gets a value indicating whether this node is resolved
Declaration
public bool IsResolved { get; }
Property Value
public bool IsResolved { get; }
Boolean |
Remarks
If IsTemporary is true, then this always returns false; if IsDistinct is true, this always returns true.
If IsUniqued is true then this returns true if this node has already dropped RAUW support (because all operands are resolved).