Struct SparseBufferWriter<T>.Enumerator
Represents enumerator over memory segments.
Inherited Members
Namespace: DotNext.Buffers
Assembly: DotNext.dll
Syntax
public struct SparseBufferWriter<T>.Enumerator : IEnumerator<SparseBufferWriter<T>.Enumerator, ReadOnlyMemory<T>>, IResettable
Properties
View SourceCurrent
Declaration
public readonly ReadOnlyMemory<T> Current { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<T> |
Methods
View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |