C# Класс Itenso.Rtf.Model.RtfDocumentPropertyCollection

Наследование: ReadOnlyBaseCollection, IRtfDocumentPropertyCollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( IRtfDocumentProperty item ) : void
Clear ( ) : void
CopyTo ( IRtfDocumentProperty array, int index ) : void
this ( int index ) : IRtfDocumentProperty
this ( string name ) : IRtfDocumentProperty

Описание методов

Add() публичный Метод

public Add ( IRtfDocumentProperty item ) : void
item IRtfDocumentProperty
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

CopyTo() публичный Метод

public CopyTo ( IRtfDocumentProperty array, int index ) : void
array IRtfDocumentProperty
index int
Результат void

this() публичный Метод

public this ( int index ) : IRtfDocumentProperty
index int
Результат IRtfDocumentProperty

this() публичный Метод

public this ( string name ) : IRtfDocumentProperty
name string
Результат IRtfDocumentProperty