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() [3/5]

Newtonsoft.Json.Bson.BsonReader.BsonReader ( Stream stream,
bool readRootValueAsArray,
DateTimeKind dateTimeKindHandling )
inline

Definition at line 71 of file BsonReader.cs.

72 {
73 ValidationUtils.ArgumentNotNull(stream, "stream");
75 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

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