Types
Simple Types

Complex Types

Using a Complex Type



Lists
Creating a List

Adding Items to Lists



Assignment Errors

Attempting to set an uninstantiated type causes an 'Object reference not set to an instance of an object' error 
Complex types that are properties of other complex types must be instantiated before they can be used 
Attempting to add items to an uninstantiated List causes a 'Cannot add to list as it is null' error 
Lists that are properties of complex types must be instantiated before they can be used
Tutorial Video
Last updated