Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityCriticalAttribute.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)]
5{
6 [Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
8
10 {
11 }
12
14 {
15 Scope = scope;
16 }
17}