JsonPropertyInfoValues<T>.Setter Property

Definition

Provides a mechanism to set the property or field's value.

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

Property Value

Applies to