Click or drag to resize

AllObjectsT Constructor (BTreeSetT)

Constructs this enumeration wrapper object

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

Parameters

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