|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Enumerates over a Naanou.LookupService.Discoveries object.
Field Summary | |
---|---|
Naanou.LookupService.Discoveries | d |
int | index |
int | rank |
Constructor Summary | |
---|---|
Discoveries.DiscoveryEnumerator(Naanou.LookupService.Discoveries d) Constructor |
Property Summary | |
---|---|
Naanou.LookupService.Discovery |
Current
Gets current discovery |
Method Summary | |
---|---|
void |
Dispose() Dispose of enumerator |
bool |
MoveNext() Move enumerator to next item |
void |
Reset() Reset enumerator |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private Naanou.LookupService.Discoveries d
private int index
private int rank
Constructor Detail |
---|
public Discoveries.DiscoveryEnumerator(Naanou.LookupService.Discoveries d)
Constructor
Parameters:
d
- Property Detail |
---|
public Naanou.LookupService.Discovery Current
Gets current discovery
Method Detail |
---|
public void Dispose()
Dispose of enumerator
public bool MoveNext()
Move enumerator to next item
Returns:
public void Reset()
Reset enumerator
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |