using System;
using Cpp2IlInjected;
namespace System.Xml
{
/// Specifies formatting options for the .
// Token: 0x0200007D RID: 125
[Token(Token = "0x200007D")]
public enum Formatting
{
/// No special formatting is applied. This is the default.
// Token: 0x04000350 RID: 848
[Token(Token = "0x4000350")]
None,
/// Causes child elements to be indented according to the and settings.
// Token: 0x04000351 RID: 849
[Token(Token = "0x4000351")]
Indented
}
}