Bridge

ISet<(Of <(<'T>)>)>..::..SymmetricExceptWith Method

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

Syntax


void SymmetricExceptWith(
	IEnumerable<T> other
)
Sub SymmetricExceptWith ( _
	other As IEnumerable(Of T) _
)
void SymmetricExceptWith(
	IEnumerable<T>^ other
)

Parameters

other
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>