Property DefaultAllowedTypes
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
DefaultAllowedTypes
An allowed types function that returns true for framework types known to be safe.
public static Func<Type, bool> DefaultAllowedTypes { get; }