Bridge

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

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

Syntax


bool IsSupersetOf(
	IEnumerable<T> other
)
Function IsSupersetOf ( _
	other As IEnumerable(Of T) _
) As Boolean
bool^ IsSupersetOf(
	IEnumerable<T>^ other
)

Parameters

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