JsonPolymorphismOptions.DerivedTypes Property

Definition

Gets the list of derived types supported in the current polymorphic type configuration.

public:
 property System::Collections::Generic::IList<System::Text::Json::Serialization::Metadata::JsonDerivedType> ^ DerivedTypes { System::Collections::Generic::IList<System::Text::Json::Serialization::Metadata::JsonDerivedType> ^ get(); };
public System.Collections.Generic.IList<System.Text.Json.Serialization.Metadata.JsonDerivedType> DerivedTypes { get; }
member this.DerivedTypes : System.Collections.Generic.IList<System.Text.Json.Serialization.Metadata.JsonDerivedType>
Public ReadOnly Property DerivedTypes As IList(Of JsonDerivedType)

Property Value

Applies to