Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsMemory()
[1/5]
static
ReadOnlyMemory
< char > System.MemoryExtensions.AsMemory
(
this
string
?
text
)
inline
static
Definition at line
412
of file
MemoryExtensions.cs
.
413
{
414
if
(
text
==
null
)
415
{
416
return
default
(
ReadOnlyMemory<char>
);
417
}
418
return
new
ReadOnlyMemory<char>
(
text
, 0,
text
.Length);
419
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.text
@ text
References
System.text
.
System
MemoryExtensions
Generated by
1.10.0