public override uint gather(TimeCache cache, ulong time, ref string error_str) { return cache.getParent(time, ref error_str); }
public override uint gather(TimeCache cache, ulong time, ref string error_str) { return(cache.getParent(time, ref error_str)); }