C# Класс RtfDomParser.RTFNodeList

Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContainsKey ( string Key ) : bool

detect whether exist node special keyword in this list

GetParameter ( string key, int DefaultValue ) : int

get node's parameter value special keyword, if can not find , return default value.

IndexOf ( RTFNode node ) : int

get index of node in this list

this ( Type t ) : RTFNode

get node special type

this ( int index ) : RTFNode

get node special index

this ( string KeyWord ) : RTFNode

get node special keyword

Приватные методы

Метод Описание
Add ( RTFNode node ) : void

add node

AddRange ( RTFNodeList list ) : void
Insert ( int index, RTFNode node ) : void

insert node

Remove ( RTFNode node ) : void

remvoe node

Описание методов

ContainsKey() публичный Метод

detect whether exist node special keyword in this list
public ContainsKey ( string Key ) : bool
Key string keyword
Результат bool

GetParameter() публичный Метод

get node's parameter value special keyword, if can not find , return default value.
public GetParameter ( string key, int DefaultValue ) : int
key string keyword
DefaultValue int default value
Результат int

IndexOf() публичный Метод

get index of node in this list
public IndexOf ( RTFNode node ) : int
node RTFNode node
Результат int

this() публичный Метод

get node special type
public this ( Type t ) : RTFNode
t System.Type
Результат RTFNode

this() публичный Метод

get node special index
public this ( int index ) : RTFNode
index int
Результат RTFNode

this() публичный Метод

get node special keyword
public this ( string KeyWord ) : RTFNode
KeyWord string
Результат RTFNode