type
MyList<T> = class(System.Object, system.Collections.Generics.IEnumerable<T>)
where T is class;
private
fData: array of T;
fCount: Integer;
public
Friday, May 15, 2009
Testing Oxygene formatter
Subscribe to:
Post Comments (Atom)
Articles on Microsoft Windows and Apple OS X software development
type
MyList<T> = class(System.Object, system.Collections.Generics.IEnumerable<T>)
where T is class;
private
fData: array of T;
fCount: Integer;
public
0 comments:
Post a Comment