C
cody
Is is just my imagination or was there a Beta or VS2005 where an overload
Arrayist.Sort(Delegate d) existed? Now Iam using Beta 2 and cannot find it
anymore.
I think that delegates are a very good alternative instead of using
IComparable and stuff. Why do I have to create a class everytime if I just
need a single callback function?
So why is it gone?
Arrayist.Sort(Delegate d) existed? Now Iam using Beta 2 and cannot find it
anymore.
I think that delegates are a very good alternative instead of using
IComparable and stuff. Why do I have to create a class everytime if I just
need a single callback function?
So why is it gone?