| BTreeBaseKey, ValueNodeSize Property  | 
 
            The size of the nodeList or the keyList (if depth is 1) of the root node.
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic int NodeSize { get; }Public ReadOnly Property NodeSize As Integer
	Get
public:
property int NodeSize {
	int get ();
}member NodeSize : int with get
Property Value
Type: 
Int32 See Also
See Also