ISet<(Of <(<'T>)>)>..::..ExceptWith Method
Namespace:
System.Collections.Generic
Assembly:
Bridge (in Bridge.dll)
Syntax
void ExceptWith( IEnumerable<T> other )
Sub ExceptWith ( _ other As IEnumerable(Of T) _ )
void ExceptWith( IEnumerable<T>^ other )
Parameters
- other
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>