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

this() public méthode

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