JsonTypeInfo.UnionDeconstructor 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<System::Object ^, ValueTuple<Type ^, System::Object ^>> ^ UnionDeconstructor { Func<System::Object ^, ValueTuple<Type ^, System::Object ^>> ^ get(); void set(Func<System::Object ^, ValueTuple<Type ^, System::Object ^>> ^ value); };
public Func<object,(Type? CaseType, object? CaseValue)>? UnionDeconstructor { get; set; }
member this.UnionDeconstructor : Func<obj, ValueTuple<Type, obj>> with get, set
Public Property UnionDeconstructor As Func(Of Object, ValueTuple(Of Type, Object))