Property IsDynamicType
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
IsDynamicType
Gets a function that, when executed, will indicate whether the type is a dynamic type.
public Func<Type, bool> IsDynamicType { get; }
Gets a function that, when executed, will indicate whether the type is a dynamic type.
public Func<Type, bool> IsDynamicType { get; }