Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonPropertyNameAttribute.cs
Go to the documentation of this file.
1
namespace
System.Text.Json.Serialization
;
2
3
[
AttributeUsage
(
AttributeTargets
.Property |
AttributeTargets
.Field, AllowMultiple =
false
)]
4
public
sealed
class
JsonPropertyNameAttribute
:
JsonAttribute
5
{
6
public
string
Name
{
get
; }
7
8
public
JsonPropertyNameAttribute
(
string
name)
9
{
10
Name
= name;
11
}
12
}
System.Text.Json.Serialization.JsonAttribute
Definition
JsonAttribute.cs:4
System.Text.Json.Serialization.JsonPropertyNameAttribute.Name
string Name
Definition
JsonPropertyNameAttribute.cs:6
System.Text.Json.Serialization.JsonPropertyNameAttribute.JsonPropertyNameAttribute
JsonPropertyNameAttribute(string name)
Definition
JsonPropertyNameAttribute.cs:8
System.Text.Json.Serialization.JsonPropertyNameAttribute
Definition
JsonPropertyNameAttribute.cs:5
System.Text.Json.Serialization
Definition
ArrayConverter.cs:3
System.Text.Json.ConverterStrategy.Dictionary
@ Dictionary
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Text.Json
System.Text.Json.Serialization
JsonPropertyNameAttribute.cs
Generated by
1.10.0