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