Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TagClass.cs
Go to the documentation of this file.
1
namespace
System.Formats.Asn1
;
2
3
public
enum
TagClass
4
{
5
Universal
= 0,
6
Application
= 64,
7
ContextSpecific
= 128,
8
Private
= 192
9
}
System.Formats.Asn1.TagClass
TagClass
Definition
TagClass.cs:4
System.Formats.Asn1.TagClass.ContextSpecific
@ ContextSpecific
System.Formats.Asn1.TagClass.Private
@ Private
System.Formats.Asn1.TagClass.Universal
@ Universal
System.Formats.Asn1.TagClass.Application
@ Application
System.Formats.Asn1
Definition
Asn1Tag.cs:3
source
System.Formats.Asn1
System.Formats.Asn1
TagClass.cs
Generated by
1.10.0