type
TGeneric<T> = class(TBase)
public
procedure Swap(Harry : T);
procedure NotifyAll(AParams : T);
end;
陣列我有兩個問題泛型和常量
- 有什麼辦法,我可以在任何其他類型的樣變異等類型轉換的通用變量
我如何可以傳遞泛型類型函數接受常量數組喜歡這裏
Delphi - How can I pass Generic parameter to function that accept Array of const parameter
嗨約翰,理想情況下,你會問兩個問題 – 2014-10-29 08:17:22
這兩個問題都是相關的,所以我在這裏沒有單獨問他們。 – 2014-10-29 08:22:55
你已經將問題2的答案鏈接了,或者我在這裏丟失了什麼? – 2014-10-29 08:24:43