// gcs0246.cs: Cannot find type 'List`2' // Line: 8 using System.Collections.Generic; class X { List list; }