Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator ReadOnlySpan< char >()
static
implicit
System.String.operator
ReadOnlySpan
< char >
(
string
?
value
)
inline
static
Definition at line
1200
of file
String.cs
.
1201
{
1202
if
((
object
)
value
==
null
)
1203
{
1204
return
default
(
ReadOnlySpan<char>
);
1205
}
1206
return
new
ReadOnlySpan<char>
(
ref
value
.GetRawStringData(),
value
.Length);
1207
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
References
System.value
.
System
String
Generated by
1.10.0