This isn't a cheat sheet but it is a good place to start learning: Collection Classes (C# Programming Guide).
Edit: I would look specifically at this related section: Selecting a Collection Class .
Be sure to choose your
System.Collections class carefully.
Using the wrong type can restrict your
use of the collection.