System.Xml.Schema.XmlSchemaCollection.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : XmlSchemaCollectionEnumerator
리턴 XmlSchemaCollectionEnumerator
        public XmlSchemaCollectionEnumerator GetEnumerator()
        {
            return new XmlSchemaCollectionEnumerator(_collection);
        }