Bridge

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

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

Syntax


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

Parameters

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