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

◆ IsSuffix() [1/2]

bool System.Globalization.CompareInfo.IsSuffix ( ReadOnlySpan< char > source,
ReadOnlySpan< char > suffix,
CompareOptions options )
inlinepackage

Definition at line 377 of file CompareInfo.cs.

378 {
379 return this.EndsWith(source, suffix, options);
380 }
bool EndsWith(string source, string suffix, CompareOptions options)

References System.Globalization.CompareInfo.EndsWith(), and System.options.