Click or drag to resize
OffsetBufferT Properties

The OffsetBufferT generic type exposes the following members.

Properties
  NameDescription
Public propertyArray
An array of type T containing elements.
Public propertyCount
Number of elements T available, taking Offset into account.
Public propertyId (Inherited from LockableOperationClient.)
Public propertyIsLocked
Gets a value indicating whether this LockableOperationClient is locked.
(Inherited from LockableOperationClient.)
Public propertyItem
Indexer to access Array with respect to Offset.
Public propertyOffset
Zero based offset into Buffer.
Top
See Also