Language

JsonUnionInfoValues<T>.UnionDeconstructor Property

Definition

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

Property Value

Applies to