C# Class MigraDoc.DocumentObjectModel.IO.DdlReaderErrors

Inheritance: IEnumerable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

this() public méthode

Gets the DdlReaderError at the specified position.
public this ( int index ) : DdlReaderError
index int
Résultat DdlReaderError