The example in this section demonstrates the CS concept of a doubly linked list using Visual Basic classes. This concept already exists in Visual Basic in the form of collections, and this code should give you a better idea of how collections work. In addition, this implementation enables you to extend the concept of collections by writing your own doubly linked list that supports features not found in standard collections.