Searched defs:ranges (Results 1 – 1 of 1) sorted by relevance
313 private readonly HashSet<Range> ranges = new HashSet<Range>(); field in Antmicro.Renode.Core.MinimalRangesCollection322 public static bool SubtractAll(this ICollection<Range> ranges, Range range) in SubtractAll()