NAnt.NUnit2.Types.CategoryCollection.GetEnumerator C# (CSharp) Метод

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

Returns an enumerator that can iterate through the collection.
public GetEnumerator ( ) : CategoryEnumerator
Результат CategoryEnumerator
        public new CategoryEnumerator GetEnumerator()
        {
            return new CategoryEnumerator(this);
        }