Marks a base type as polymorphic for TOML serialization.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public sealed class TomlPolymorphicAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TypeDiscriminatorPropertyNameGets or sets the discriminator property name.UnknownDerivedTypeHandlingGets or sets the behavior when an unknown discriminator is encountered. When set to a value other than Unspecified, this overrides the global UnknownDerivedTypeHandling.