我不能使用XmlWriterSettings

时间:2019-06-27 07:25:57

标签: c# xml

我无法使用XmlWriterSettings并编写XML

我正在使用CAD.net API处理DWG文件。

找不到名称空间。

我该怎么办。

    var settings = new XmlWriterSettings
    {
        Encoding = new System.Text.UTF8Encoding(false),
        Indent = true,
        IndentChars = " ",
    };
using System.Runtime.Serialization;
using System.Xml;
using System.Xml.Serialization;        


var settings = new XmlWriterSettings
        {
            Encoding = new System.Text.UTF8Encoding(false),
            Indent = true,
            IndentChars = " ",
        };

检查使用情况,汇编参考

0 个答案:

没有答案