Click or drag to resize

DataBufferSubset Properties

The DataBufferSubset type exposes the following members.

Properties
  NameDescription
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.
(Overrides DataBufferIsPooled.)
Public propertyIsSubset
Gets whether this DataBuffer is a subset.
(Overrides DataBufferIsSubset.)
Public propertyLength
Gets or sets the length.
(Inherited from DataBuffer.)
Public propertyLittleEndian
Gets or sets whether Data is little-endian.
(Inherited from DataBuffer.)
Public propertyParent
Gets the Subset parent.
Top
See Also