Last updated 1 year ago
Was this helpful?
Property in
Gets all descendants (that is, destinations, and destinations of those destinations, and so on), recursively.
public IEnumerable<BasicBlock> Descendants { get; }
Cycles are detected and avoided.