C# 클래스 Itenso.Rtf.Converter.Image.RtfConvertedImageInfoCollection

상속: System.Collections.ReadOnlyCollectionBase, IRtfConvertedImageInfoCollection
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
Add ( IRtfConvertedImageInfo item ) : void
Clear ( ) : void
CopyTo ( IRtfConvertedImageInfo array, int index ) : void
ToString ( ) : string
this ( int index ) : IRtfConvertedImageInfo

메소드 상세

Add() 공개 메소드

public Add ( IRtfConvertedImageInfo item ) : void
item IRtfConvertedImageInfo
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( IRtfConvertedImageInfo array, int index ) : void
array IRtfConvertedImageInfo
index int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : IRtfConvertedImageInfo
index int
리턴 IRtfConvertedImageInfo