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