Language

JsonUnionInfoValues<T>.UnionConstructor Property

Definition

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

Property Value

Applies to