C# 클래스 System.Xml.XmlNodeList

상속: IEnumerable
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
XmlNodeList System.Collections.Generic
this XmlNode

공개 메소드들

메소드 설명
Item ( int index ) : XmlNode

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
XmlNodeList ( ) : System.Collections.Generic
this ( int index ) : XmlNode

메소드 상세

Item() 공개 메소드

public Item ( int index ) : XmlNode
index int
리턴 XmlNode