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