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