Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsSpan()
[1/3]
static
ReadOnlySpan
< char > System.MemoryExtensions.AsSpan
(
this
string
?
text
)
inline
static
Definition at line
367
of file
MemoryExtensions.cs
.
368
{
369
if
(
text
==
null
)
370
{
371
return
default
(
ReadOnlySpan<char>
);
372
}
373
return
new
ReadOnlySpan<char>
(
ref
text
.GetRawStringData(),
text
.Length);
374
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.text
@ text
References
System.text
.
System
MemoryExtensions
Generated by
1.10.0