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

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

Public Methods

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

Method Details

Add() public method

public Add ( IRtfConvertedImageInfo item ) : void
item IRtfConvertedImageInfo
return void

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( IRtfConvertedImageInfo array, int index ) : void
array IRtfConvertedImageInfo
index int
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : IRtfConvertedImageInfo
index int
return IRtfConvertedImageInfo