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; }
Gets or sets the function used to determine if a type is a dynamic type.
public Func<Type, bool> IsDynamicType { get; set; }