Friday, May 15, 2009

Testing Oxygene formatter


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