C# Класс MigraDoc.DocumentObjectModel.IO.DdlReaderErrors

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

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

Метод Описание
AddError ( DdlReaderError error ) : void

Adds the specified DdlReaderError at the end of the error list.

GetEnumerator ( ) : IEnumerator
this ( int index ) : DdlReaderError

Gets the DdlReaderError at the specified position.

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

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

Adds the specified DdlReaderError at the end of the error list.
public AddError ( DdlReaderError error ) : void
error DdlReaderError
Результат void

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

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

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

Gets the DdlReaderError at the specified position.
public this ( int index ) : DdlReaderError
index int
Результат DdlReaderError