m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Represents a custom settings attribute used to associate settings information with a settings property.</summary>
|
||||
// Token: 0x020003AD RID: 941
|
||||
[Token(Token = "0x20003AD")]
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class SettingAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingAttribute" /> class.</summary>
|
||||
// Token: 0x060018EB RID: 6379 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60018EB")]
|
||||
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
|
||||
public SettingAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user