C# 클래스 System.Xml.Tests.MyArrayIterator

상속: System.Xml.XPath.XPathNodeIterator
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
array System.Collections.ArrayList
index int

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
MyArrayIterator ( ArrayList array ) : Xunit
MyArrayIterator ( MyArrayIterator it ) : Xunit
Reset ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

MyArrayIterator() 공개 메소드

public MyArrayIterator ( ArrayList array ) : Xunit
array System.Collections.ArrayList
리턴 Xunit

MyArrayIterator() 공개 메소드

public MyArrayIterator ( MyArrayIterator it ) : Xunit
it MyArrayIterator
리턴 Xunit

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

array 보호되어 있는 프로퍼티

protected ArrayList,System.Collections array
리턴 System.Collections.ArrayList

index 보호되어 있는 프로퍼티

protected int index
리턴 int