C# 클래스 MS.Internal.Xml.XPath.XPathArrayIterator

상속: ResetableIterator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
index int
list IList

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
Reset ( ) : void
XPathArrayIterator ( IList list ) : System
XPathArrayIterator ( XPathArrayIterator it ) : System
XPathArrayIterator ( XPathNodeIterator nodeIterator ) : System

메소드 상세

Clone() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

XPathArrayIterator() 공개 메소드

public XPathArrayIterator ( IList list ) : System
list IList
리턴 System

XPathArrayIterator() 공개 메소드

public XPathArrayIterator ( XPathArrayIterator it ) : System
it XPathArrayIterator
리턴 System

XPathArrayIterator() 공개 메소드

public XPathArrayIterator ( XPathNodeIterator nodeIterator ) : System
nodeIterator System.Xml.XPath.XPathNodeIterator
리턴 System

프로퍼티 상세

index 보호되어 있는 프로퍼티

protected int index
리턴 int

list 보호되어 있는 프로퍼티

protected IList list
리턴 IList