C# Класс newtelligence.DasBlog.Web.Services.Atom10.AtomParticipantCollection.Enumerator

Type-specific enumeration class, used by AtomParticipantCollection.GetEnumerator.
Наследование: System.Collections.IEnumerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Enumerator ( AtomParticipantCollection collection ) : System
MoveNext ( ) : bool
Reset ( ) : void

Описание методов

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

public Enumerator ( AtomParticipantCollection collection ) : System
collection AtomParticipantCollection
Результат System

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

public MoveNext ( ) : bool
Результат bool

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

public Reset ( ) : void
Результат void