DefaultJsonTypeInfoResolver.Modifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of user-defined callbacks that can be used to modify the initial contract.
public:
property System::Collections::Generic::IList<Action<System::Text::Json::Serialization::Metadata::JsonTypeInfo ^> ^> ^ Modifiers { System::Collections::Generic::IList<Action<System::Text::Json::Serialization::Metadata::JsonTypeInfo ^> ^> ^ get(); };
public System.Collections.Generic.IList<Action<System.Text.Json.Serialization.Metadata.JsonTypeInfo>> Modifiers { get; }
member this.Modifiers : System.Collections.Generic.IList<Action<System.Text.Json.Serialization.Metadata.JsonTypeInfo>>
Public ReadOnly Property Modifiers As IList(Of Action(Of JsonTypeInfo))
Property Value
Remarks
The modifier list will be rendered immutable after the first GetTypeInfo(Type, JsonSerializerOptions) invocation.
Modifier callbacks are called consecutively in the order in which they're specified in the list.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.