13 lines
273 B
C#
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
|
|
{
|
|
}
|
|
}
|