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