System.Xml.Serialization.XmlAnyElementAttributes.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : XmlAnyElementAttribute
index int
리턴 XmlAnyElementAttribute
        public XmlAnyElementAttribute this[int index] {
            get { return (XmlAnyElementAttribute)List[index]; }
            set { List[index] = value; }
        }