Buffer Properties |
The Buffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
The underlying memory byte array.
| |
| From |
Index into Data of the first byte in the Buffer.
| |
| Item |
Indexer
| |
| Length |
The number of bytes being referenced by this Buffer.
| |
| To |
Returns the index into Data of the first byte after the Buffer.
|