Sprog

JsonTypeInfo.UnionConstructor Property

Definition

public:
 property Func<Type ^, System::Object ^, System::Object ^> ^ UnionConstructor { Func<Type ^, System::Object ^, System::Object ^> ^ get(); void set(Func<Type ^, System::Object ^, System::Object ^> ^ value); };
public Func<Type,object?,object>? UnionConstructor { get; set; }
member this.UnionConstructor : Func<Type, obj, obj> with get, set
Public Property UnionConstructor As Func(Of Type, Object, Object)

Property Value

Applies to