Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ComponentGuaranteesOptions.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Versioning
;
2
3
[Flags]
4
public
enum
ComponentGuaranteesOptions
5
{
6
None
= 0,
7
Exchange
= 1,
8
Stable
= 2,
9
SideBySide
= 4
10
}
System.Runtime.Versioning.ComponentGuaranteesOptions
ComponentGuaranteesOptions
Definition
ComponentGuaranteesOptions.cs:5
System.Runtime.Versioning.ComponentGuaranteesOptions.None
@ None
System.Runtime.Versioning.ComponentGuaranteesOptions.SideBySide
@ SideBySide
System.Runtime.Versioning.ComponentGuaranteesOptions.Exchange
@ Exchange
System.Runtime.Versioning.ComponentGuaranteesOptions.Stable
@ Stable
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
source
System.Private.CoreLib
System.Runtime.Versioning
ComponentGuaranteesOptions.cs
Generated by
1.10.0