newtelligence.DasBlog.Web.Services.Rsd.RsdApiCollection.GetEnumerator C# (CSharp) Метод

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

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