Language

JsonTypeClassifierContext.UnionCases Property

Definition

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

Property Value

Applies to