Click or drag to resize

WeakReferenceList<T> Constructor

Constructs a new list with a presized capacity

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public WeakReferenceList(
	int capacity = 1,
	SessionBase session = null
)

Parameters

capacity (Optional)
Type: System.Int32
Reserve space for this many elements
session (Optional)
Type: VelocityDb.Session.SessionBase
Active session
See Also