-
Home
-
API
-
XenoAtom.Ansi
-
AnsiBuilder
-
Methods
-
UnsafeAsSpan()
UnsafeAsSpan() Method
Definition
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.