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
)
Public Sub New (
bTree As BTreeSet(Of T)
)
public:
AllObjects(
BTreeSet<T>^ bTree
)
new :
bTree : BTreeSet<'T> -> AllObjects
Parameters
- bTree
- Type: VelocityDb.Collection.BTreeBTreeSetT
A collection
See Also