| BTreeBaseKey, ValueComparisonArraySize Property  | 
 
            Gets the size of a comparison array used by this set.
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic ushort ComparisonArraySize { get; }Public ReadOnly Property ComparisonArraySize As UShort
	Get
public:
property unsigned short ComparisonArraySize {
	unsigned short get ();
}member ComparisonArraySize : uint16 with get
Property Value
Type: 
UInt16 See Also
See Also