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

◆ GetChar()

char System.__DTString.GetChar ( )
inlinepackage

Definition at line 317 of file __DTString.cs.

318 {
319 return Value[Index];
320 }
ReadOnlySpan< char > Value
Definition __DTString.cs:8

References System.__DTString.Index, and System.__DTString.Value.