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