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

Item() public méthode

public Item ( int index ) : XmlAttribute
index int
Résultat System.Xml.XmlAttribute
        public XmlAttribute Item(int index)
        {
            return default(XmlAttribute);
        }