System.Xml.Schema.XmlSchemaCollectionEnumerator.XmlSchemaCollectionEnumerator C# (CSharp) Метод

XmlSchemaCollectionEnumerator() приватный Метод

private XmlSchemaCollectionEnumerator ( Hashtable collection ) : System
collection System.Collections.Hashtable
Результат System
        internal XmlSchemaCollectionEnumerator(Hashtable collection)
        {
            _enumerator = collection.GetEnumerator();
        }