Méthode | Description | |
---|---|---|
ArrayEnumeration ( System eArray ) : System |
Constructor to create the Enumeration
|
|
MoveNext ( ) : bool | ||
Reset ( ) : void | ||
hasMoreElements ( ) : bool | ||
nextElement ( ) : |
public ArrayEnumeration ( System eArray ) : System | ||
eArray | System | the array to use for the Enumeration /// |
Résultat | System |