JsonSourceGenerationOptionsAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
JsonSourceGenerationOptionsAttribute() |
Инициализирует новый экземпляр JsonSourceGenerationOptionsAttribute. |
JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults) |
Конструирует новый экземпляр JsonSourceGenerationOptionsAttribute с предопределенным набором параметров, определяемых указанным JsonSerializerDefaults. |
JsonSourceGenerationOptionsAttribute()
- Исходный код:
- JsonSourceGenerationOptionsAttribute.cs
- Исходный код:
- JsonSourceGenerationOptionsAttribute.cs
- Исходный код:
- JsonSourceGenerationOptionsAttribute.cs
Инициализирует новый экземпляр JsonSourceGenerationOptionsAttribute.
public:
JsonSourceGenerationOptionsAttribute();
public JsonSourceGenerationOptionsAttribute ();
Public Sub New ()
Применяется к
JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults)
- Исходный код:
- JsonSourceGenerationOptionsAttribute.cs
- Исходный код:
- JsonSourceGenerationOptionsAttribute.cs
Конструирует новый экземпляр JsonSourceGenerationOptionsAttribute с предопределенным набором параметров, определяемых указанным JsonSerializerDefaults.
public:
JsonSourceGenerationOptionsAttribute(System::Text::Json::JsonSerializerDefaults defaults);
public JsonSourceGenerationOptionsAttribute (System.Text.Json.JsonSerializerDefaults defaults);
new System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute : System.Text.Json.JsonSerializerDefaults -> System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute
Public Sub New (defaults As JsonSerializerDefaults)
Параметры
- defaults
- JsonSerializerDefaults
JsonSerializerDefaults для анализа.
Исключения
defaults
недопустим.