PooledBuffer.BufferSlice Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a slice of a PooledBuffer.
public readonly struct PooledBuffer.BufferSlice
type PooledBuffer.BufferSlice = struct
Public Structure PooledBuffer.BufferSlice
- Inheritance
-
PooledBuffer.BufferSlice
Pooled |
Initializes a new instance of the PooledBuffer.BufferSlice type. |
Buffer |
Gets the underlying PooledBuffer. |
Length |
Gets the length of this slice. |
Offset |
Gets the offset into the underlying buffer at which this slice begins. |
Copy |
Copies the contents of this writer to a pooled buffer. |
Copy |
Copies the contents of this writer to a span. |
Copy |
Copies the contents of this writer to a buffer writer. |
Get |
Returns an enumerator which can be used to enumerate the data referenced by this instance. |
Slice(Int32, Int32) |
Forms a slice out of this instance, beginning at the specified offset into this slice and having the specified length. |
Slice(Int32) |
Forms a slice out of this instance, beginning at the specified offset into this slice. |
To |
Returns the data which has been written as an array. |
Product | Versies |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |