ISet<T>.ExceptWith Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Removes all elements in the specified collection from the current set.

Namespace:  System.Collections.Generic
Assembly:  System (in System.dll)

Syntax

'Declaration
Sub ExceptWith ( _
    other As IEnumerable(Of T) _
)
void ExceptWith(
    IEnumerable<T> other
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

other is nulla null reference (Nothing in Visual Basic).

Remarks

This method is an O(n) operation, where n is the number of elements in the other parameter.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.