mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-27 02:01:50 +01:00
sparta_generics: Use proper constraint for TDictionaryEnumerable (rtl-generics related code)
git-svn-id: trunk@53076 -
This commit is contained in:
parent
38aaf21a27
commit
bcc930023d
@ -110,7 +110,7 @@ type
|
|||||||
|
|
||||||
{ TDictionaryEnumerable }
|
{ TDictionaryEnumerable }
|
||||||
|
|
||||||
TDictionaryEnumerable<TDictionaryEnumerator: TObject; // ... inherits from TCustomDictionaryEnumerator. workaround...
|
TDictionaryEnumerable<TDictionaryEnumerator, // ... inherits from TCustomDictionaryEnumerator. workaround...
|
||||||
T, CUSTOM_DICTIONARY_CONSTRAINTS> = class abstract(TEnumerable<T>)
|
T, CUSTOM_DICTIONARY_CONSTRAINTS> = class abstract(TEnumerable<T>)
|
||||||
private
|
private
|
||||||
FDictionary: TCustomDictionary<CUSTOM_DICTIONARY_CONSTRAINTS>;
|
FDictionary: TCustomDictionary<CUSTOM_DICTIONARY_CONSTRAINTS>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user