PooledBuffer.BufferSlice.SpanEnumerator 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 spans of bytes in a PooledBuffer.BufferSlice.
public ref struct PooledBuffer.BufferSlice.SpanEnumerator
type PooledBuffer.BufferSlice.SpanEnumerator = struct
Public Structure PooledBuffer.BufferSlice.SpanEnumerator
- Inheritance
-
PooledBuffer.BufferSlice.SpanEnumerator
Constructors
PooledBuffer.BufferSlice.SpanEnumerator(PooledBuffer+BufferSlice) |
Initializes a new instance of the PooledBuffer.BufferSlice.SpanEnumerator type. |
Properties
Current |
Gets the element in the collection at the current position of the enumerator. |
Methods
MoveNext() |
Advances the enumerator to the next element of the collection. |