internal TempContext(out T tool) { Temp <T> .GetFreeItem(out _tool); tool = _tool; }
public void Dispose() { Temp <Owner, T> .Release(_tool); }
public void Dispose() { Temp <T> .Release(_tool); }