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< T >()

static bool System.MemoryExtensions.EndsWith< T > ( this ReadOnlySpan< T > span,
ReadOnlySpan< T > value )
inlinestatic
Type Constraints
T :IEquatable<T> 

Definition at line 206 of file MemoryExtensions.cs.

207 {
208 int length = span._length;
209 int length2 = value._length;
210 int length3 = value._length;
211 bool flag;
212 return flag;
213 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.length, and System.value.