XmlDictionary.Empty 属性

定义

获取一个 staticIXmlDictionary

public:
 static property System::Xml::IXmlDictionary ^ Empty { System::Xml::IXmlDictionary ^ get(); };
public static System.Xml.IXmlDictionary Empty { get; }
member this.Empty : System.Xml.IXmlDictionary
Public Shared ReadOnly Property Empty As IXmlDictionary

属性值

IXmlDictionary

一个 staticIXmlDictionary

注解

当需要 IXmlDictionary 但不需要 XmlDictionaryString 时,应该使用此实例。

不能修改空字典。

适用于