Example #1
0
 public byte[] GetData()
 {
     return(Prologue.Concat(PageData.SelectMany(p => p)).Concat(Epilogue).ToArray());
 }