[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
type IInterfaceList = interface
function Get();
function GetCapacity;
function GetCount;
procedure Put();
procedure SetCapacity();
procedure SetCount();
procedure Clear;
procedure Delete();
procedure Exchange();
function First;
function IndexOf();
function Add();
procedure Insert();
function Last;
function Remove();
procedure Lock;
procedure Unlock;
property Capacity: Integer; [rw]
property Count: Integer; [rw]
property Items: IUnknown; default; [rw]
end;
IInterfaceList