Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
newtelligence
DasBlog
Web
Services
Atom10
AtomParticipantCollection.Enumerator
C# Class newtelligence.DasBlog.Web.Services.Atom10.AtomParticipantCollection.Enumerator
Type-specific enumeration class, used by AtomParticipantCollection.GetEnumerator.
Inheritance:
System.Collections.IEnumerator
显示文件
Open project: AArnott/dasblog
Private Properties
Property
Type
Description
Public Methods
Method
Description
Enumerator
(
AtomParticipantCollection
collection
) :
System
MoveNext
( ) :
bool
Reset
( ) :
void
Method Details
Enumerator()
public
method
public
Enumerator
(
AtomParticipantCollection
collection
) :
System
collection
AtomParticipantCollection
return
System
MoveNext()
public
method
public
MoveNext
( ) :
bool
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void