C# 클래스 MigraDoc.DocumentObjectModel.IO.DdlReaderErrors

상속: IEnumerable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 메소드들

메소드 설명
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