示例#1
0
文件: Heaps.cs 项目: djbhau/TraceLab
 internal IKVM.Reflection.Reader.ByteReader GetBlob(int blobIndex)
 {
     return(buf.GetBlob(blobIndex));
 }