scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited.</summary>
|
||||
// Token: 0x020002B0 RID: 688
|
||||
[AttributeUsage(AttributeTargets.Enum)]
|
||||
[Serializable]
|
||||
public sealed class ScopelessEnumAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user