J
Joe
Hi again,
I used a profiler like recommended and found that the majority of time is
spent on WriteArrayMember. I have around 15 classes that inherit from
CollectionBase. ObjectWriter.GetType is taking .3468 seconds and
System.GetType is taking .4340 seconds.
I would expect GetType to return much quick.
I was reading somewhere that overriding GetHashCode() can help.
Is there a way to specify the type that is contained within the
CollectionBase.InnerList?
Thanks for any help,
Joe
I used a profiler like recommended and found that the majority of time is
spent on WriteArrayMember. I have around 15 classes that inherit from
CollectionBase. ObjectWriter.GetType is taking .3468 seconds and
System.GetType is taking .4340 seconds.
I would expect GetType to return much quick.
I was reading somewhere that overriding GetHashCode() can help.
Is there a way to specify the type that is contained within the
CollectionBase.InnerList?
Thanks for any help,
Joe