C# Class newtelligence.DasBlog.Web.Services.Atom10.AtomEntryCollection.Enumerator

Type-specific enumeration class, used by AtomEntryCollection.GetEnumerator.
Inheritance: System.Collections.IEnumerator
Show file Open project: AArnott/dasblog

Private Properties

Property Type Description

Public Methods

Method Description
Enumerator ( AtomEntryCollection collection ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumerator() public method

public Enumerator ( AtomEntryCollection collection ) : System
collection AtomEntryCollection
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void