Click or drag to resize

ObjectDiscriminatorConventionGetActualType Method

Gets the actual type of an object by reading the discriminator from a BsonReader.

Namespace:  MongoDB.Bson.Serialization.Conventions
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public Type GetActualType(
	IBsonReader bsonReader,
	Type nominalType
)

Parameters

bsonReader
Type: MongoDB.Bson.IOIBsonReader
The reader.
nominalType
Type: SystemType
The nominal type.

Return Value

Type: Type
The actual type.

Implements

IDiscriminatorConventionGetActualType(IBsonReader, Type)
See Also