Пример #1
0
 /// <inheritdoc />
 public bool IsSupersetOf(IEnumerable <T> other)
 {
     lock (Sync) return(InternalSource.IsSupersetOf(other));
 }
 /// <inheritdoc />
 public bool IsSupersetOf(IEnumerable <T> other) => Sync.ReadValue(() => InternalSource.IsSupersetOf(other));