Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods
TRSDictionary<TKey,TValue>.Assign(TPersistent) Method
Copies the source dictionary to the current dictionary. The current dictionary is cleared first.
Namespace: RSGenerics.Collections
Delphi
public procedure Assign( Source: TPersistent ); override;
Parameters
Source
Type: TPersistent
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections