Files
2026-04-10 22:50:51 +02:00

13 lines
273 B
C#

using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>Represents a group of related sections within a configuration file.</summary>
// Token: 0x0200000A RID: 10
[Token(Token = "0x200000A")]
public class ConfigurationSectionGroup
{
}
}