NAnt.NUnit2.Types.CategoryCollection.GetEnumerator C# (CSharp) Méthode

GetEnumerator() public méthode

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