Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
util
ListIterator
C# 클래스 System.util.ListIterator
Summary description for ListIterator.
파일 보기
프로젝트 열기: red-gate/iTextSharp-4.1.6
1 사용 예제들
공개 메소드들
메소드
설명
HasNext
( ) :
bool
ListIterator
(
ArrayList
col
) :
System
Next
( ) :
object
Previous
( ) :
object
Remove
( ) :
void
메소드 상세
HasNext()
공개
메소드
public
HasNext
( ) :
bool
리턴
bool
ListIterator()
공개
메소드
public
ListIterator
(
ArrayList
col
) :
System
col
System.Collections.ArrayList
리턴
System
Next()
공개
메소드
public
Next
( ) :
object
리턴
object
Previous()
공개
메소드
public
Previous
( ) :
object
리턴
object
Remove()
공개
메소드
public
Remove
( ) :
void
리턴
void