Table of Contents

Property IsDynamicType

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

IsDynamicType

Gets or sets the function used to determine if a type is a dynamic type.

public Func<Type, bool> IsDynamicType { get; set; }

Property Value

Func<Type, bool>