Persistate API documentation
Set<(Of <(<'T>)>)> Constructor (capacity)
NamespacesPersistate.UtilSet<(Of <(<'T>)>)>Set<(Of <(<'T>)>)>(Int32)

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

Create a new empty Set with a given initial capacity.
Declaration Syntax
C#
public Set(
	int capacity
)
Parameters
capacity (Int32)
The initial capacity of the Set.

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