SetDocumentationExceptWith Method
Removes all elements in the specified collection from the current set.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
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
- other IEnumerableInt32
- The collection of items to remove from the set.
ISetTExceptWith(IEnumerableT)