public void AddLobResult(ResultLob result) { Result result2 = this; while (result2._lobResults != null) { result2 = result2._lobResults; } result2._lobResults = result; this._lobCount++; }
public void ClearLobResults() { this._lobResults = null; this._lobCount = 0; }