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

◆ GetRawStringData()

ref char System.String.GetRawStringData ( )
inlinepackage

Definition at line 1351 of file String.cs.

1352 {
1353 return ref _firstChar;
1354 }
char _firstChar
Definition String.cs:35

References System.String._firstChar.

Referenced by System.String.EndsWith(), and System.String.StartsWith().