Example #1
0
 /// <inheritdoc />
 public bool Overlaps(IEnumerable <T> other)
 {
     lock (Sync) return(InternalSource.Overlaps(other));
 }
 /// <inheritdoc />
 public bool Overlaps(IEnumerable <T> other) => Sync.ReadValue(() => InternalSource.Overlaps(other));