JsonTypeInfo.UnionConstructor Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)