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

◆ EndsWith()

static bool System.MemoryExtensions.EndsWith ( this ReadOnlySpan< char > span,
ReadOnlySpan< char > value,
StringComparison comparisonType )
inlinestatic

Definition at line 63 of file MemoryExtensions.cs.

64 {
65 if (comparisonType != StringComparison.CurrentCulture)
66 {
68 }
69 int length = value._length;
70 int length2 = value._length;
71 bool flag;
72 return flag;
73 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.comparisonType, System.Globalization.CultureInfo.CurrentCulture, j__TPar, System.length, and System.value.