Skip to content

TextStudioReadOnlyBuffer<T>.Enumerator

StructTextStudioTextStudio
public struct TextStudioReadOnlyBuffer<T>.Enumerator

Value-type enumerator over the bounded engine-owned buffer.

public bool MoveNext()

Advances to the next item within the published count.

Returns

System.Boolean

public void Dispose()

Completes enumeration. The engine-owned buffer is not released.

public T Current { get; }

Returns

{T}