Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
util
ListIterator
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