示例#1
0
 public bool TryGetExact(int offset, out Block b) { b = null; return false; }
示例#2
0
 public bool TryGetEnclosing(int offset, out Block b) { b = null; return false; }