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

◆ memset()

static unsafe void System.String.memset ( byte * dest,
int val,
int len )
inlinestaticprivate

Definition at line 1990 of file String.cs.

1991 {
1992 if (val != 0)
1993 {
1994 return;
1995 }
1996 long num = 0L;
1997 dest->m_value = (byte)num;
1998 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.