elementSizeInBytes property

int elementSizeInBytes

The number of bytes in _rawData required to store a single element.

Subclasses must override this to indicate how many slots in the buffer are required to store every element.

Implementation

int get elementSizeInBytes;