Binder refactoring, Monster refactoring
This commit is contained in:
@@ -278,7 +278,8 @@ begin
|
||||
raise EArgumentException.Create('The argument to Memoize must be a function.');
|
||||
|
||||
// create a managed dictionary
|
||||
var cCache: TDataValue := TDictionary<Int64, TDataValue>.Create;
|
||||
var cCache: TDataValue;
|
||||
cCache.FromObj(TDictionary<Int64, TDataValue>.Create);
|
||||
|
||||
funcToMemoize := Args[0].AsMethod();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user