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