C# Class Itenso.Rtf.Converter.Image.RtfConvertedImageInfoCollection

Inheritance: System.Collections.ReadOnlyCollectionBase, IRtfConvertedImageInfoCollection
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

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

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

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