D
Dennis Myrén
Hi.
I am in need for a strongly typed last-in-first-out collection
and i am just wondering why there is no such thing provided by the NET
Framework 1.*
as StackBase, since we have CollectionBase and DictionaryBase?
I think that is somewhat strange really, is'nt it?
I have not found any open-source implementations that does the job.
Do you know of any?
Otherwise, i have to take the time to write one myself.
Although i certainly would like to, i cannot yet utilize .NET 2.0(BETA).
I am in need for a strongly typed last-in-first-out collection
and i am just wondering why there is no such thing provided by the NET
Framework 1.*
as StackBase, since we have CollectionBase and DictionaryBase?
I think that is somewhat strange really, is'nt it?
I have not found any open-source implementations that does the job.
Do you know of any?
Otherwise, i have to take the time to write one myself.
Although i certainly would like to, i cannot yet utilize .NET 2.0(BETA).