Click or drag to resize

AllObjectsT Constructor (BTreeSetT)

Constructs this enumeration wrapper object

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public AllObjects(
	BTreeSet<T> bTree
)

Parameters

bTree
Type: VelocityDb.Collection.BTreeBTreeSetT
A collection
See Also