Beispiel #1
0
 /// <inheritdoc />
 public void SymmetricExceptWith(IEnumerable <T> other)
 {
     lock (Sync) InternalSource.SymmetricExceptWith(other);
 }
 /// <inheritdoc />
 public void SymmetricExceptWith(IEnumerable <T> other) => Sync.Write(() => InternalSource.SymmetricExceptWith(other));