Esempio n. 1
0
 public bool TryGetExact(int offset, out Block b) { b = null; return false; }
Esempio n. 2
0
 public bool TryGetEnclosing(int offset, out Block b) { b = null; return false; }