C# Class Itenso.Rtf.Model.RtfElementCollection

Inheritance: ReadOnlyBaseCollection, IRtfElementCollection
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
Add ( IRtfElement item ) : void
Clear ( ) : void
CopyTo ( IRtfElement array, int index ) : void
this ( int index ) : IRtfElement

Method Details

Add() public méthode

public Add ( IRtfElement item ) : void
item IRtfElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( IRtfElement array, int index ) : void
array IRtfElement
index int
Résultat void

this() public méthode

public this ( int index ) : IRtfElement
index int
Résultat IRtfElement