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

◆ JsonPropertyCollection()

Newtonsoft.Json.Serialization.JsonPropertyCollection.JsonPropertyCollection ( Type type)
inline

Definition at line 15 of file JsonPropertyCollection.cs.

16 {
17 if (!true)
18 {
19 }
20 if (!true)
21 {
22 }
23 ValidationUtils.ArgumentNotNull(type, "type");
24 this._type = type;
25 if (type != null)
26 {
27 this._list = type;
28 throw new InvalidCastException();
29 }
30 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.