| OffsetBufferT Properties |
The OffsetBufferT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Array |
An array of type T containing elements.
| |
| Count |
Number of elements T available, taking Offset into account.
| |
| Id | (Inherited from LockableOperationClient.) | |
| IsLocked |
Gets a value indicating whether this LockableOperationClient is locked.
(Inherited from LockableOperationClient.) | |
| Item |
Indexer to access Array with respect to Offset.
| |
| Offset |
Zero based offset into Buffer.
|