Represents a derived type mapping for runtime polymorphic configuration.
public sealed class YamlDerivedType
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlDerivedType(Type, Int32)Initializes a new instance with an integer discriminator.YamlDerivedType(Type, String)Initializes a new instance with a string discriminator.YamlDerivedType(Type)Initializes a new instance with no discriminator. When Tag is also null, this derived type becomes the default when no discriminator or tag matches. When Tag is set, this entry participates only in tag-based dispatch and does not become the default.DerivedTypeGets the derived CLR type.DiscriminatorGets the discriminator value, or null if this is the default derived type.TagGets or sets an optional explicit YAML tag for the derived type.