System.Html.AttributeCollection.Item C# (CSharp) 메소드

Item() 공개 메소드

public Item ( int index ) : XmlAttribute
index int
리턴 System.Xml.XmlAttribute
        public XmlAttribute Item(int index)
        {
            return default(XmlAttribute);
        }