// Assembly: System.Xml
// Full name: System.Xml.XmlWriterSettings

namespace System.Xml
{
public class XmlWriterSettings // TypeDefIndex: 6709
{
	// Fields
	type#15314 useAsync;
	type#17812 encoding;
	type#15314 omitXmlDecl;
	type#23415 newLineHandling;
	type#26577 newLineChars;
	type#27647 indent;
	type#26577 indentChars;
	type#15314 newLineOnAttributes;
	type#15314 closeOutput;
	type#23220 namespaceHandling;
	type#16343 conformanceLevel;
	type#15314 checkCharacters;
	type#15314 writeEndDocumentOnClose;
	type#29227 outputMethod;
	type#9239 cdataSections;
	type#15314 doNotEscapeUriAttributes;
	type#15314 mergeCDataSections;
	type#26577 mediaType;
	type#26577 docTypeSystem;
	type#26577 docTypePublic;
	type#29472 standalone;
	type#15314 autoXmlDecl;
	type#15314 isReadOnly;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#15313 get_Async() { }
	// RVA: -1
	public type#17811 get_Encoding() { }
	// RVA: -1
	public type#15313 get_OmitXmlDeclaration() { }
	// RVA: -1
	public type#28660 set_OmitXmlDeclaration(type#15313 value) { }
	// RVA: -1
	public type#23414 get_NewLineHandling() { }
	// RVA: -1
	public type#26576 get_NewLineChars() { }
	// RVA: -1
	public type#15313 get_Indent() { }
	// RVA: -1
	public type#28660 set_Indent(type#15313 value) { }
	// RVA: -1
	public type#26576 get_IndentChars() { }
	// RVA: -1
	public type#15313 get_NewLineOnAttributes() { }
	// RVA: -1
	public type#15313 get_CloseOutput() { }
	// RVA: -1
	public type#16342 get_ConformanceLevel() { }
	// RVA: -1
	public type#28660 set_ConformanceLevel(type#16342 value) { }
	// RVA: -1
	public type#15313 get_CheckCharacters() { }
	// RVA: -1
	public type#23219 get_NamespaceHandling() { }
	// RVA: -1
	public type#28660 set_NamespaceHandling(type#23219 value) { }
	// RVA: -1
	public type#15313 get_WriteEndDocumentOnClose() { }
	// RVA: -1
	public type#29226 get_OutputMethod() { }
	// RVA: -1
	internal type#28660 set_OutputMethod(type#29226 value) { }
	// RVA: -1
	public type#29544 Clone() { }
	// RVA: -1
	internal type#9238 get_CDataSectionElements() { }
	// RVA: -1
	public type#15313 get_DoNotEscapeUriAttributes() { }
	// RVA: -1
	internal type#15313 get_MergeCDataSections() { }
	// RVA: -1
	internal type#26576 get_MediaType() { }
	// RVA: -1
	internal type#26576 get_DocTypeSystem() { }
	// RVA: -1
	internal type#26576 get_DocTypePublic() { }
	// RVA: -1
	internal type#29471 get_Standalone() { }
	// RVA: -1
	internal type#15313 get_AutoXmlDeclaration() { }
	// RVA: -1
	internal type#27646 get_IndentInternal() { }
	// RVA: -1
	internal type#15313 get_IsQuerySpecific() { }
	// RVA: -1
	internal type#29540 CreateWriter(type#26548 output) { }
	// RVA: -1
	internal type#29540 CreateWriter(type#27303 output) { }
	// RVA: -1
	internal type#28660 set_ReadOnly(type#15313 value) { }
	// RVA: -1
	private type#28660 CheckReadOnly(type#26576 propertyName) { }
	// RVA: -1
	private type#28660 Initialize() { }
}
}
