Themed 2026 Presentation Style Preview

SetDocumentationSymmetricExceptWith Method

Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
public void SymmetricExceptWith(
	IEnumerable<int> other
)

Parameters

other  IEnumerableInt32
The collection to compare to the current set.

Implements

ISetTSymmetricExceptWith(IEnumerableT)

Exceptions

See Also