System.Xml.Schema.XmlSchemaCollectionEnumerator.XmlSchemaCollectionEnumerator C# (CSharp) Méthode

XmlSchemaCollectionEnumerator() private méthode

private XmlSchemaCollectionEnumerator ( Hashtable collection ) : System
collection System.Collections.Hashtable
Résultat System
        internal XmlSchemaCollectionEnumerator(Hashtable collection)
        {
            _enumerator = collection.GetEnumerator();
        }