Click or drag to resize

WeakShortReferenceListT 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 WeakShortReferenceList(
	int capacity = 1,
	SessionBase session = null
)

Parameters

capacity (Optional)
Type: SystemInt32
Reserve space for this many elements
session (Optional)
Type: VelocityDb.SessionSessionBase
Active session
See Also