XmlDictionary.Empty Propiedad

Definición

Obtiene un staticIXmlDictionary vacío.

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

Valor de propiedad

IXmlDictionary

Obtiene un static vacío IXmlDictionary.

Comentarios

Se debería utilizar esta instancia cuando se requiere un IXmlDictionary pero no se necesita ninguna XmlDictionaryString.

No se puede modificar el diccionario vacío.

Se aplica a