C# 클래스 System.Xml.XmlElementCollection

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

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
XmlElementCollection System.Collections.Generic
this XmlElement
this XmlElement

공개 메소드들

메소드 설명
Item ( uint index ) : XmlElement
NamedItem ( string name ) : XmlElement

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
XmlElementCollection ( ) : System.Collections.Generic
this ( string name ) : XmlElement
this ( uint index ) : XmlElement

메소드 상세

Item() 공개 메소드

public Item ( uint index ) : XmlElement
index uint
리턴 XmlElement

NamedItem() 공개 메소드

public NamedItem ( string name ) : XmlElement
name string
리턴 XmlElement