TRSDictionary<TKey,TValue>.Create(TEnumerable,IEqualityComparer) Constructor |
Scroll Prev Top Next More |
Creates and initializes the dictionary.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Collection
Type: TEnumerable<TPair<TKey,TValue>>
Specifies initial collection of key-value items
AComparer
Type: IEqualityComparer<TKey>
Specifies equality comparison function to use
Reference |