Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ObjectiveCTrackedTypeAttribute.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System.Runtime.InteropServices.ObjectiveC
;
4
5
[SupportedOSPlatform(
"macos"
)]
6
[AttributeUsage(
AttributeTargets
.Class, Inherited =
true
, AllowMultiple =
false
)]
7
public
sealed
class
ObjectiveCTrackedTypeAttribute
:
Attribute
8
{
9
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.ObjectiveC.ObjectiveCTrackedTypeAttribute
Definition
ObjectiveCTrackedTypeAttribute.cs:8
System.Runtime.InteropServices.ObjectiveC
Definition
ObjectiveCMarshal.cs:3
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ObjectiveC
ObjectiveCTrackedTypeAttribute.cs
Generated by
1.10.0