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

◆ SuffixRaw()

StringHandle System.Reflection.Metadata.StringHandle.SuffixRaw ( int prefixByteLength)
inlinepackage

Definition at line 123 of file StringHandle.cs.

124 {
125 return new StringHandle(0u | (_value + (uint)prefixByteLength));
126 }

References System.Reflection.Metadata.StringHandle.StringHandle(), and System.Reflection.Metadata.StringHandle._value.