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