Class TStringLongIntMap
Unit
Declaration
type TStringLongIntMap = class(specialize TDictionary<string,LongInt>)
Description
Map String->LongInt.
Hierarchy
- TObject
- TDictionary
- TStringLongIntMap
Overview
Methods
procedure Assign(const Source: TStringLongIntMap); |
Properties
property Items [constAKey:string]: LongInt read GetItems write SetItems; |
Description
Methods
procedure Assign(const Source: TStringLongIntMap); |
|
Assign contents (all keys, values) of another TStringLongIntMap instance. |
Properties
Generated by PasDoc 0.16.0.