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