BsonSerializationContext.Builder.IsDynamicType Property (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

BsonSerializationContextBuilderIsDynamicType Property

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

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

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

Public Property IsDynamicType As Func(Of Type, Boolean) Get Set

member IsDynamicType : Func<Type, bool> with get, set

Property Value

Type: FuncType, Boolean

See Also

Reference