C# 클래스 RtfDomParser.RTFDomElementList

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

공개 메소드들

메소드 설명
Add ( RTFDomElement element ) : int

add element

IndexOf ( RTFDomElement element ) : int

Get the index of special element that starts with 0.

Insert ( int index, RTFDomElement element ) : void

insert element

RTFDomElementList ( ) : System

initialize instance

Remove ( RTFDomElement node ) : void

delete element

ToArray ( ) : RtfDomParser.RTFDomElement[]

return element array

this ( int index ) : RTFDomElement

get the element at special index

메소드 상세

Add() 공개 메소드

add element
public Add ( RTFDomElement element ) : int
element RTFDomElement element
리턴 int

IndexOf() 공개 메소드

Get the index of special element that starts with 0.
public IndexOf ( RTFDomElement element ) : int
element RTFDomElement element
리턴 int

Insert() 공개 메소드

insert element
public Insert ( int index, RTFDomElement element ) : void
index int special index
element RTFDomElement element
리턴 void

RTFDomElementList() 공개 메소드

initialize instance
public RTFDomElementList ( ) : System
리턴 System

Remove() 공개 메소드

delete element
public Remove ( RTFDomElement node ) : void
node RTFDomElement element
리턴 void

ToArray() 공개 메소드

return element array
public ToArray ( ) : RtfDomParser.RTFDomElement[]
리턴 RtfDomParser.RTFDomElement[]

this() 공개 메소드

get the element at special index
public this ( int index ) : RTFDomElement
index int index
리턴 RTFDomElement