Represents a derived type mapping for runtime polymorphic TOML configuration.
public sealed class TomlDerivedType
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlDerivedType(Type, Int32)Initializes a new instance of the TomlDerivedType class with an integer discriminator.TomlDerivedType(Type, String)Initializes a new instance of the TomlDerivedType class with a string discriminator.TomlDerivedType(Type)Initializes a new instance of the TomlDerivedType class with no discriminator.DerivedTypeGets the derived CLR type.DiscriminatorGets the discriminator value, or null when this is the default derived type.