[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gset.pp line 28
type generic TSetIterator <T,TNode>= class  | 
public  | 
type  | 
PNode = ^TNode;  | 
public  | 
FNode: PNode;  | 
function GetData;  | 
function Next;  | 
function MoveNext;  | 
function GetEnumerator;  | 
function Prev;  | 
property Data: T; [r]  | 
property Current: T; [r]  | 
end;  | 
| | | 
TObject  |