BsonClassMapAddKnownType Method |
Adds a known type to the class map.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public void AddKnownType(
Type type
)
Public Sub AddKnownType (
type As Type
)
member AddKnownType :
type : Type -> unit
Parameters
- type
- Type: SystemType
The known type.
See Also