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

GetEnumerator() публичный Метод

public GetEnumerator ( ) : XmlSchemaCollectionEnumerator
Результат XmlSchemaCollectionEnumerator
        public XmlSchemaCollectionEnumerator GetEnumerator()
        {
            return new XmlSchemaCollectionEnumerator(_collection);
        }