XmlDictionary.Empty Propiedad

Definición

Obtiene un static objeto vacío IXmlDictionary.

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

Valor de propiedad

Un static objeto vacío IXmlDictionary.

Comentarios

Esta instancia debe usarse cuando se requiere , IXmlDictionary pero no XmlDictionaryStringse necesitan .

No se puede modificar el diccionario vacío.

Se aplica a