BTreeSetIteratorKeyIndexInTree Property |
Gets the index of the current iterator element in the iterated collection
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public long IndexInTree { get; }
Public ReadOnly Property IndexInTree As Long
Get
public:
property long long IndexInTree {
long long get ();
}
member IndexInTree : int64 with get
Property Value
Type:
Int64See Also