XmlQualifiedNameCollection.Remove Method (string, string)XmlQualifiedNameCollection.Remove Method (String, String)XmlQualifiedNameCollection::Remove Method (String^, String^)
            Removes the specified qualified name from the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.
            
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- localName
- Type: System.StringSystem.StringSystem::String^ - The local part of the qualified name to remove. 
- ns
- Type: System.StringSystem.StringSystem::String^ - The namespace of the qualified name to remove. 
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the qualified name was removed, or falseFalsefalse  if no such name exists in the collection.
