Initializes a new instance of the TomlDerivedTypeMappingAttribute class with an integer discriminator.
public TomlDerivedTypeMappingAttribute(Type baseType, Type derivedType, int discriminator)
The polymorphic base type.
The derived CLR type.
The integer discriminator value.