Source position: ghashmap.pp line 77
public type THashmap.TPair = record
Value: TValue;
Key: TKey;
end;