Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Arguments.cs
Go to the documentation of this file.
1
namespace
System.Text.Json
;
2
3
internal
sealed
class
Arguments
<TArg0, TArg1, TArg2, TArg3>
4
{
5
public
TArg0
Arg0
;
6
7
public
TArg1
Arg1
;
8
9
public
TArg2
Arg2
;
10
11
public
TArg3
Arg3
;
12
}
System.Text.Json.Arguments.Arg1
TArg1 Arg1
Definition
Arguments.cs:7
System.Text.Json.Arguments.Arg0
TArg0 Arg0
Definition
Arguments.cs:5
System.Text.Json.Arguments.Arg3
TArg3 Arg3
Definition
Arguments.cs:11
System.Text.Json.Arguments.Arg2
TArg2 Arg2
Definition
Arguments.cs:9
System.Text.Json.Arguments
Definition
Arguments.cs:4
System.Text.Json
Definition
JsonArray.cs:7
source
System.Text.Json
System.Text.Json
Arguments.cs
Generated by
1.10.0