IXmlDeclaration interface IXmlDeclaration : IXmlNode Documentation Code namespace Newtonsoft.Json.Converters { internal interface IXmlDeclaration : IXmlNode { string Version { get; } string Encoding { get; set; } string Standalone { get; set; } } }