Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnsupportedOSPlatformGuardAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Versioning
;
2
3
[AttributeUsage(
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field, AllowMultiple =
true
, Inherited =
false
)]
4
public
sealed
class
UnsupportedOSPlatformGuardAttribute
:
OSPlatformAttribute
5
{
6
public
UnsupportedOSPlatformGuardAttribute
(
string
platformName)
7
: base(platformName)
8
{
9
}
10
}
System.Runtime.Versioning.OSPlatformAttribute
Definition
OSPlatformAttribute.cs:4
System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute.UnsupportedOSPlatformGuardAttribute
UnsupportedOSPlatformGuardAttribute(string platformName)
Definition
UnsupportedOSPlatformGuardAttribute.cs:6
System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute
Definition
UnsupportedOSPlatformGuardAttribute.cs:5
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.Versioning
UnsupportedOSPlatformGuardAttribute.cs
Generated by
1.10.0