JsonUnionCaseInfo(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
JsonUnionCaseInfo(Type ^ caseType);
public JsonUnionCaseInfo(Type caseType);
new System.Text.Json.Serialization.Metadata.JsonUnionCaseInfo : Type -> System.Text.Json.Serialization.Metadata.JsonUnionCaseInfo
Public Sub New (caseType As Type)
Parameters
- caseType
- Type