다음을 통해 공유


JsonPropertyInfoValues<T>.Setter 속성

정의

속성 또는 필드 값을 설정하는 메커니즘을 제공합니다.

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)

속성 값

Action<Object,T>

적용 대상