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