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

SetNamedItem() public method

public SetNamedItem ( XmlAttribute arg ) : XmlAttribute
arg System.Xml.XmlAttribute
return System.Xml.XmlAttribute
        public XmlAttribute SetNamedItem(XmlAttribute arg)
        {
            return default(XmlAttribute);
        }