UnsafeAsSpan() Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Returns a span representing the current contents of the buffer without performing safety checks.

public Span<char> UnsafeAsSpan()

Returns

Span<Char>
A span of chars that provides direct access to the buffer's contents up to the current length.