Table of Contents

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; }

Property Value

Func<Type, bool>