Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions xml/System.Text.Json.Serialization/JsonConstructorAttribute.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<Type Name="JsonConstructorAttribute" FullName="System.Text.Json.Serialization.JsonConstructorAttribute">
<TypeSignature Language="C#" Value="public sealed class JsonConstructorAttribute : System.Text.Json.Serialization.JsonAttribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit JsonConstructorAttribute extends System.Text.Json.Serialization.JsonAttribute" />
<TypeSignature Language="DocId" Value="T:System.Text.Json.Serialization.JsonConstructorAttribute" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class JsonConstructorAttribute&#xA;Inherits JsonAttribute" />
<TypeSignature Language="C++ CLI" Value="public ref class JsonConstructorAttribute sealed : System::Text::Json::Serialization::JsonAttribute" />
<TypeSignature Language="F#" Value="type JsonConstructorAttribute = class&#xA; inherit JsonAttribute" />
<AssemblyInfo>
<AssemblyName>System.Text.Json</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Text.Json.Serialization.JsonAttribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Indicates that the constructor should be used to create instances of the type on deserialization.</summary>
<remarks>The constructor must be public.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public JsonConstructorAttribute ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Text.Json.Serialization.JsonConstructorAttribute.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:&#xA; JsonConstructorAttribute();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Text.Json</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of <see cref="T:System.Text.Json.Serialization.JsonConstructorAttribute" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>