C# Class MigraDoc.DocumentObjectModel.IO.DdlReaderErrors

Inheritance: IEnumerable
Show file Open project: DavidS/MigraDoc Class Usage Examples

Public Methods

Method Description
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.

Method Details

AddError() public method

Adds the specified DdlReaderError at the end of the error list.
public AddError ( DdlReaderError error ) : void
error DdlReaderError
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

Gets the DdlReaderError at the specified position.
public this ( int index ) : DdlReaderError
index int
return DdlReaderError