Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
util
ListIterator
C# Class System.util.ListIterator
Summary description for ListIterator.
Mostra file
Open project: red-gate/iTextSharp-4.1.6
Class Usage Examples
Public Methods
Method
Description
HasNext
( ) :
bool
ListIterator
(
ArrayList
col
) :
System
Next
( ) :
object
Previous
( ) :
object
Remove
( ) :
void
Method Details
HasNext()
public
method
public
HasNext
( ) :
bool
return
bool
ListIterator()
public
method
public
ListIterator
(
ArrayList
col
) :
System
col
System.Collections.ArrayList
return
System
Next()
public
method
public
Next
( ) :
object
return
object
Previous()
public
method
public
Previous
( ) :
object
return
object
Remove()
public
method
public
Remove
( ) :
void
return
void