Property VariableCount
VariableCount
Gets a, potentially null, DIVariable for the count of the subrange
Declaration
public DIVariable VariableCount { get; }
Property Value
public DIVariable VariableCount { get; }
DIVariable |
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 DIVariable value (if present). If this is null then ConstantCount is not. (and vice versa)