1 // CS0165: Use of unassigned local variable `fb'
3 using System
.Collections
;
5 public class EntryPoint
{
6 public static void Main() {
7 ArrayList fields
= new ArrayList();
10 for (int i
= 0; i
< fields
.Count
; i
++) {
11 if (((Field
) fields
[i
]).Name
== "abc") {
12 fb
= (Field
) fields
[i
];