newtelligence.DasBlog.Web.Services.Rsd.RssServiceCollection.GetEnumerator C# (CSharp) Méthode

GetEnumerator() public méthode

Returns an enumerator that can iterate through the elements of this RssServiceCollection.
public GetEnumerator ( ) : RssServiceCollection.Enumerator
Résultat RssServiceCollection.Enumerator
        public new virtual RssServiceCollection.Enumerator GetEnumerator()
        {
            return new RssServiceCollection.Enumerator(this);
        }