System.Xml.Serialization.XmlAnyElementAttributes.this C# (CSharp) Method

this() public method

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