System.Xml.Serialization.XmlAnyElementAttributes.this C# (CSharp) Méthode

this() public méthode

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