[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ghashset.pp line 44
type generic THashSet <T,Thash>= class |
public |
type |
public |
constructor create; |
destructor destroy; override; |
procedure insert(); |
function contains(); |
function size; |
procedure delete(); |
function IsEmpty; |
function GetEnumerator; |
function Iterator; |
end; |
| |
TObject |