Property NoAllowedTypes
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
NoAllowedTypes
An allowed types function that returns false for all types.
public static Func<Type, bool> NoAllowedTypes { get; }
An allowed types function that returns false for all types.
public static Func<Type, bool> NoAllowedTypes { get; }