JsonSerializableAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van JsonSerializableAttribute met het opgegeven type.

public:
 JsonSerializableAttribute(Type ^ type);
public JsonSerializableAttribute(Type type);
new System.Text.Json.Serialization.JsonSerializableAttribute : Type -> System.Text.Json.Serialization.JsonSerializableAttribute
Public Sub New (type As Type)

Parameters

type
Type

Het type waarvoor broncode moet worden gegenereerd.

Van toepassing op