C# Class Itenso.Rtf.Model.RtfElementCollection

Inheritance: ReadOnlyBaseCollection, IRtfElementCollection
Mostrar archivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
Add ( IRtfElement item ) : void
Clear ( ) : void
CopyTo ( IRtfElement array, int index ) : void
this ( int index ) : IRtfElement

Method Details

Add() public method

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

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

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

this() public method

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