terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CheckStringComparison()

static void System.String.CheckStringComparison ( StringComparison comparisonType)
inlinestaticpackage

Definition at line 375 of file String.cs.

376 {
377 ThrowHelper.ThrowArgumentException(ExceptionResource.NotSupported_StringComparison, ExceptionArgument.comparisonType);
378 }
static void ThrowArgumentException(ExceptionResource resource)

References System.ThrowHelper.ThrowArgumentException().