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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Enumerator ( AtomEntryCollection collection ) : System
MoveNext ( ) : bool
Reset ( ) : void

Method Details

Enumerator() public méthode

public Enumerator ( AtomEntryCollection collection ) : System
collection AtomEntryCollection
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void