示例#1
0
 public IEnumerable <IDuratedItem <Cell> > Intersecting(Duration duration) =>
 MeterSignatures.Intersecting_children(duration);
示例#2
0
 public IEnumerable <IDuratedItem <Cell> > Intersecting(Time point) =>
 MeterSignatures.Intersecting_children(point);