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