Registers a derived type for polymorphic YAML serialization.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = true)]
public sealed class YamlDerivedTypeAttribute : YamlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlDerivedTypeAttribute(Type, String)Initializes a new instance of the YamlDerivedTypeAttribute class.DerivedTypeGets the derived CLR type.DiscriminatorGets the discriminator value.TagGets or sets an optional explicit YAML tag for the derived type.