public void SymmetricExceptWith(
IEnumerable<T> other
)Public Sub SymmetricExceptWith (
other As IEnumerable(Of T)
)public:
virtual void SymmetricExceptWith(
IEnumerable<T>^ other
) sealedfunction SymmetricExceptWith(other);| ArgumentNullException | other is null. |
| NotSupportedException | The FileBackedHashSetT is read-only. |