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

SetNamedItemNS() public method

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