Sandcastle XML Comments Guide
SetDocumentationExceptWith Method |
Removes all elements in the specified collection from the current set.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void ExceptWith( IEnumerable<int> other )
Public Sub ExceptWith ( other As IEnumerable(Of Integer) )
public: virtual void ExceptWith( IEnumerable<int>^ other ) sealed
abstract ExceptWith : other : IEnumerable<int> -> unit override ExceptWith : other : IEnumerable<int> -> unit
Parameters
- other
- Type: System.Collections.GenericIEnumerableInt32
The collection of items to remove from the set.
Implements
ISetTExceptWith(IEnumerableT)Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is null. |
See Also