System.Html.AttributeCollection.SetNamedItem C# (CSharp) Méthode

SetNamedItem() public méthode

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