Language

JsonTypeClassifierContext.DerivedTypes Property

Definition

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

Property Value

Applies to