예제 #1
0
파일: Symbols.cs 프로젝트: zwinter/ET
 public ImageDebugHeaderEntry(ImageDebugDirectory directory, byte [] data)
 {
     this.directory = directory;
     this.data      = data ?? Empty <byte> .Array;
 }