TextStudioReadOnlyBuffer<T>.Enumerator
public struct TextStudioReadOnlyBuffer<T>.EnumeratorValue-type enumerator over the bounded engine-owned buffer.
Methods
Section titled “Methods”
MoveNext()
Section titled “MoveNext()”public bool MoveNext()Advances to the next item within the published count.
Returns
System.Boolean
Dispose()
Section titled “Dispose()”public void Dispose()Completes enumeration. The engine-owned buffer is not released.
Properties
Section titled “Properties”
Current
Section titled “Current”public T Current { get; }Returns
{T}