Sprog

JsonTypeInfo.UnionDeconstructor Property

Definition

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))

Property Value

Applies to