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