public bool IsSubsetOf(
IEnumerable<T> other
)
Public Function IsSubsetOf (
other As IEnumerable(Of T)
) As Boolean
public:
virtual bool IsSubsetOf(
IEnumerable<T>^ other
) sealed
function IsSubsetOf(other);
ArgumentNullException | other is null. |
NotSupportedException | The FileBackedHashSetT is read-only. |