Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator ReadOnlySpan< T >()

static implicit System.Span< T >.operator ReadOnlySpan< T > ( Span< T > span)
inlinestatic

Definition at line 256 of file Span.cs.

257 {
258 return new ReadOnlySpan<T>(ref span._pointer.Value, span._length);
259 }

References System.Span< T >._length, and System.Span< T >._pointer.