Persistate API documentation
IndexedSet<(Of <(<'T>)>)> Constructor (capacity)
NamespacesPersistate.UtilIndexedSet<(Of <(<'T>)>)>IndexedSet<(Of <(<'T>)>)>(Int32)

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

Creates a new IndexedSet with a particular capacity.
Declaration Syntax
C#
public IndexedSet(
	int capacity
)
Parameters
capacity (Int32)
The capacity of the new IndexedSet.

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