System.Xml.Schema.XmlSchemaCollection.GetEnumerator C# (CSharp) Method

GetEnumerator() public method

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