Collections
Introduction
Overview
Collections are a set of special types that you'll come to use frequently. Collections allow grouping of types in special sets. This tutorial will describe how collections can be used, and what variety of collections exist.
In this tutorial you will learn
- What an Array is
- What a List is
- What a Dictionary is
- What a Queue is
- What a Stack is
- What a Linked List is
In the previous tutorial, Modifiers, you learned
- What a modifier is
- What are the different types of modifiers
- Adding modifiers to classes
- Adding modifiers to methods and properties
- A special introduction to the async/await modifiers
Previous Tutorials in this Course
Page 1 of 31