Add()

XmlSerializerNamespaces::Add(const String&, const String&) method

Adds a prefix and namespace pair to an Serialization::XmlSerializerNamespaces object.

void System::Xml::Serialization::XmlSerializerNamespaces::Add(const String &prefix, const String &ns)

Arguments

ParameterTypeDescription
prefixconst String&The prefix associated with an XML namespace.
nsconst String&An XML namespace.

See Also