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

◆ CheckStringLength() [2/2]

static void System.StubHelpers.StubHelpers.CheckStringLength ( uint length)
inlinestaticpackage

Definition at line 115 of file StubHelpers.cs.

116 {
117 if (length > 2147483632)
118 {
119 throw new MarshalDirectiveException(SR.Marshaler_StringTooLong);
120 }
121 }

References System.length, and System.SR.Marshaler_StringTooLong.