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