May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Queue(Of T) and Stack(Of T) CollectionsThe .NET Framework offers generic versions of the Queue and Stack collections, known as System.Collections.Generic.Queue(Of T) and System.Collections.Generic.Stack(Of T). Their behavior is the same as nongeneric version, except that they are strongly typed. Because of this, you already know how to work with generic versions so they are not discussed here.
Read now
Unlock full access