Persistate API documentation
AddRangeExcept Method (items, exception)
NamespacesPersistate.UtilSet<(Of <(<'T>)>)>AddRangeExcept(ICollection<(Of <<'(T>)>>), T)

[This is preliminary documentation and is subject to change.]

Adds a collection of items to the Set. Only those items not already in the set, and which are not equal to a particular item, are added.
Declaration Syntax
C#
public int AddRangeExcept(
	ICollection<T> items,
	T exception
)
Parameters
items (ICollection<(Of <(<'T>)>)>)
The collection of items to add.
exception (T)
If an item equal to this item is in the collection to be added, it will not be added.
Return Value
The number of items actually added.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)