BsonKnownTypesAttribute Constructor (Type) |
Initializes a new instance of the BsonKnownTypesAttribute class.
Namespace: MongoDB.Bson.Serialization.AttributesAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntax public BsonKnownTypesAttribute(
Type knownType
)
Public Sub New (
knownType As Type
)
new :
knownType : Type -> BsonKnownTypesAttribute
Parameters
- knownType
- Type: SystemType
A known types.
See Also