System.Html.AttributeCollection.RemoveNamedItemNS C# (CSharp) Method

RemoveNamedItemNS() public method

public RemoveNamedItemNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
return System.Xml.XmlAttribute
        public XmlAttribute RemoveNamedItemNS(string namespaceURI, string localName)
        {
            return default(XmlAttribute);
        }