|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Enumerator
| Field Summary | |
|---|---|
| Naanou.Common.KeyContainer | curr |
| int | cursor |
| Naanou.Common.KeyStorage.Collection | temp |
| Constructor Summary | |
|---|---|
|
Enumerator(Naanou.Common.KeyStorage.Collection col) Constructor |
|
| Property Summary | |
|---|---|
| Naanou.Common.KeyContainer |
Current
Gets current item |
| Method Summary | |
|---|---|
| bool |
MoveNext() Move to next item |
| void |
Reset() Reset enumerator |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
private Naanou.Common.KeyContainer curr
private int cursor
private Naanou.Common.KeyStorage.Collection temp
| Constructor Detail |
|---|
public Enumerator(Naanou.Common.KeyStorage.Collection col)
Constructor
Parameters:
col - Collection to enumerate| Property Detail |
|---|
public Naanou.Common.KeyContainer Current
Gets current item
| Method Detail |
|---|
public bool MoveNext()
Move 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 | |||||||||