MigraDoc.DocumentObjectModel.IO.DdlReaderErrors.this C# (CSharp) Method

this() public method

Gets the DdlReaderError at the specified position.
public this ( int index ) : DdlReaderError
index int
return DdlReaderError
    public DdlReaderError this[int index]
    {
      get { return (DdlReaderError)this.errors[index]; }
    }