Table of Contents

Property AllAllowedTypes

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

AllAllowedTypes

An allowed types function that returns true for all types.

public static Func<Type, bool> AllAllowedTypes { get; }

Property Value

Func<Type, bool>