C# 클래스 RtfDomParser.RTFAttributeList

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

공개 메소드들

메소드 설명
Add ( RTFAttribute item ) : int
Add ( string name, int v ) : int
Clone ( ) : RTFAttributeList
Contains ( RTFAttribute item ) : bool
Contains ( string name ) : bool
GetItem ( int index ) : RTFAttribute
RTFAttributeList ( ) : System

initialize instance

Remove ( RTFAttribute item ) : void
Remove ( string name ) : void
this ( string name ) : int

메소드 상세

Add() 공개 메소드

public Add ( RTFAttribute item ) : int
item RTFAttribute
리턴 int

Add() 공개 메소드

public Add ( string name, int v ) : int
name string
v int
리턴 int

Clone() 공개 메소드

public Clone ( ) : RTFAttributeList
리턴 RTFAttributeList

Contains() 공개 메소드

public Contains ( RTFAttribute item ) : bool
item RTFAttribute
리턴 bool

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

GetItem() 공개 메소드

public GetItem ( int index ) : RTFAttribute
index int
리턴 RTFAttribute

RTFAttributeList() 공개 메소드

initialize instance
public RTFAttributeList ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( RTFAttribute item ) : void
item RTFAttribute
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

this() 공개 메소드

public this ( string name ) : int
name string
리턴 int