Table of Contents

Method IsClassMapRegistered

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

IsClassMapRegistered(Type)

Checks whether a class map is registered for a type.

public static bool IsClassMapRegistered(Type type)

Parameters

type Type

The type to check.

Returns

bool

True if there is a class map registered for the type.