Initializes a new instance of the TomlDerivedTypeAttribute class with an integer discriminator.
public TomlDerivedTypeAttribute(Type derivedType, int discriminator)
The derived CLR type.
The integer discriminator value (converted to string via invariant culture).