S
sstory
I have a class in vb.net that
Inherits Generic.List(Of myclass)
I want to have totals in this class that are static...i.e. not recalculated
every time. They should be calculated once and never again unless the
collection is modified, or the data in one of the objects in the collection
is changed. How can I do this?
Thanks,
Shane
Inherits Generic.List(Of myclass)
I want to have totals in this class that are static...i.e. not recalculated
every time. They should be calculated once and never again unless the
collection is modified, or the data in one of the objects in the collection
is changed. How can I do this?
Thanks,
Shane