Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ComponentGuaranteesAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Versioning
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly |
AttributeTargets
.Module |
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Constructor |
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Event |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
ComponentGuaranteesAttribute
:
Attribute
5
{
6
public
ComponentGuaranteesOptions
Guarantees
{
get
; }
7
8
public
ComponentGuaranteesAttribute
(
ComponentGuaranteesOptions
guarantees)
9
{
10
Guarantees
= guarantees;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.Versioning.ComponentGuaranteesAttribute.Guarantees
ComponentGuaranteesOptions Guarantees
Definition
ComponentGuaranteesAttribute.cs:6
System.Runtime.Versioning.ComponentGuaranteesAttribute.ComponentGuaranteesAttribute
ComponentGuaranteesAttribute(ComponentGuaranteesOptions guarantees)
Definition
ComponentGuaranteesAttribute.cs:8
System.Runtime.Versioning.ComponentGuaranteesAttribute
Definition
ComponentGuaranteesAttribute.cs:5
System.Runtime.Versioning.ComponentGuaranteesOptions
ComponentGuaranteesOptions
Definition
ComponentGuaranteesOptions.cs:5
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.Versioning
ComponentGuaranteesAttribute.cs
Generated by
1.10.0