Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityTreatAsSafeAttribute.cs
Go to the documentation of this file.
1namespace System.Security;
2
3[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)]
4[Obsolete("SecurityTreatAsSafe is only used for .NET 2.0 transparency compatibility. Use the SecuritySafeCriticalAttribute instead.")]
6{
7}