s2.core.is2objectcache.pas
来自「轉載的程序應用框架」· PAS 代码 · 共 16 行
PAS
16 行
unit S2.Core.IS2ObjectCache;
interface
uses
S2.Core.IS2Cloneable;
type
IS2ObjectCache = interface
function Pull: IS2Cloneable;
procedure Push(O: IS2Cloneable);
end;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?