PooledBuffer.MemoryEnumerator Struct
Definition
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.
Enumerates over sequences of bytes in a PooledBuffer.
public struct PooledBuffer.MemoryEnumerator
type PooledBuffer.MemoryEnumerator = struct
Public Structure PooledBuffer.MemoryEnumerator
- Inheritance
-
PooledBuffer.MemoryEnumerator
Constructors
| Name | Description |
|---|---|
| PooledBuffer.MemoryEnumerator(PooledBuffer) |
Initializes a new instance of the PooledBuffer.MemoryEnumerator type. |
Fields
| Name | Description |
|---|---|
| CurrentMemory | |
Properties
| Name | Description |
|---|---|
| Current |
Gets the element in the collection at the current position of the enumerator. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Returns an enumerator which can be used to enumerate the data referenced by this instance. |
| MoveNext() |
Advances the enumerator to the next element of the collection. |