Property ConstantCount
ConstantCount
Gets a, potentially null, constant value for the count of the subrange
Declaration
public long? ConstantCount { get; }
Property Value
public long? ConstantCount { get; }
Nullable<Int64> |
Remarks
Count (length) of a DISubrange is either a ConstantInt wrapped in a ConstantAsMetadata or it is a DIVariable. This property extracts the count as a constant integral value (if present). If this is null then VariableCount is not. (and vice versa)