Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventArgs.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
3
namespace
System
;
4
5
[
Serializable
]
6
[TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
7
public
class
EventArgs
8
{
9
public
static
readonly
EventArgs
Empty
=
new
EventArgs
();
10
}
System.Empty
Definition
Empty.cs:4
System.EventArgs
Definition
EventArgs.cs:8
System.Data.IsolationLevel.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
EventArgs.cs
Generated by
1.10.0