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

◆ BsonReader() [4/5]

Newtonsoft.Json.Bson.BsonReader.BsonReader ( BinaryReader reader,
bool readRootValueAsArray,
DateTimeKind dateTimeKindHandling )
inline

Definition at line 78 of file BsonReader.cs.

79 {
80 ValidationUtils.ArgumentNotNull(reader, "reader");
81 this._reader = reader;
83 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

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