Initializes a new instance of the YamlDerivedTypeAttribute class with no discriminator, marking this derived type as the default when no discriminator matches.
public YamlDerivedTypeAttribute(Type derivedType)
The derived CLR type.