JsonPropertyInfoValues<T>.Getter Proprietà

Definizione

Fornisce un meccanismo per ottenere il valore della proprietà o del campo.

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

Valore della proprietà

Si applica a