C# Class System.util.ListIterator

Summary description for ListIterator.
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
HasNext ( ) : bool
ListIterator ( ArrayList col ) : System
Next ( ) : object
Previous ( ) : object
Remove ( ) : void

Method Details

HasNext() public méthode

public HasNext ( ) : bool
Résultat bool

ListIterator() public méthode

public ListIterator ( ArrayList col ) : System
col System.Collections.ArrayList
Résultat System

Next() public méthode

public Next ( ) : object
Résultat object

Previous() public méthode

public Previous ( ) : object
Résultat object

Remove() public méthode

public Remove ( ) : void
Résultat void