Click or drag to resize

CircularDataBuffer Properties

The CircularDataBuffer type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets the capacity of this CircularDataBuffer.
Public propertyData
Gets the data.
(Overrides DataBufferData.)
Public propertyIndex
Gets or sets the index.
(Inherited from DataBuffer.)
Protected propertyInnerData
Gets or sets backing data buffer.
(Inherited from DataBuffer.)
Public propertyIsPooled
Gets whether this DataBuffer is from a pool.
(Inherited from DataBuffer.)
Public propertyIsSubset
Gets whether this DataBuffer is a subset.
(Inherited from DataBuffer.)
Public propertyLength
Gets or sets the length.
(Inherited from DataBuffer.)
Public propertyLittleEndian
Gets or sets whether Data is little-endian.
(Inherited from DataBuffer.)
Top
See Also