Generics.Net 0.2.0 out
Verions 0.2.0 alpha of generics.net is out which contains following new stack oriented stuffs.
- IGStack : Represents the interface for stack in generics.net.
- GLinkedStack : Represents a linked list based stack.
- GSynchronizedStack : A proxy stack class which makes IGStack based object synchronized.