Property IsDynamicType
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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; }