Persistate API documentation
AddRange Method (items)
NamespacesPersistate.UtilSet<(Of <(<'T>)>)>AddRange(ICollection<(Of <<'(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 are added.
Declaration Syntax
C#
public int AddRange(
	ICollection<T> items
)
Parameters
items (ICollection<(Of <(<'T>)>)>)
The collection of items to add.
Return Value
The number of items actually added.

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