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
ValidationUtils.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000077 RID: 119
8 internal static class ValidationUtils
9 {
10 // Token: 0x06000449 RID: 1097 RVA: 0x0000B91C File Offset: 0x00009B1C
11 public static void ArgumentNotNull(object value, string parameterName)
12 {
13 while (value == null)
14 {
15 }
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)