public bool IsSupersetOf(
IEnumerable<T> other
)Public Function IsSupersetOf (
other As IEnumerable(Of T)
) As Booleanpublic:
virtual bool IsSupersetOf(
IEnumerable<T>^ other
) sealedfunction IsSupersetOf(other);| ArgumentNullException | other is null. |