JsonPropertyInfoValues<T>.Setter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供設定屬性或欄位值的機制。
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)