NAnt.NUnit2.Types.CategoryCollection.GetEnumerator C# (CSharp) Method

GetEnumerator() public method

Returns an enumerator that can iterate through the collection.
public GetEnumerator ( ) : CategoryEnumerator
return CategoryEnumerator
        public new CategoryEnumerator GetEnumerator()
        {
            return new CategoryEnumerator(this);
        }