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