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

RemoveNamedItem() public method

public RemoveNamedItem ( string name ) : XmlAttribute
name string
return System.Xml.XmlAttribute
        public XmlAttribute RemoveNamedItem(string name)
        {
            return default(XmlAttribute);
        }