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();
        }