using System; using Cpp2IlInjected; namespace System.Xml { /// Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files that contain XML data. // Token: 0x02000033 RID: 51 [Token(Token = "0x2000033")] public abstract class XmlWriter { } }