Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
NullablePublicOnlyAttribute.cs
Go to the documentation of this file.
2
4
5[CompilerGenerated]
6[Microsoft.CodeAnalysis.Embedded]
7[AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)]
8internal sealed class NullablePublicOnlyAttribute : Attribute
9{
10 public readonly bool IncludesInternals;
11
13 {
15 }
16}