>>277
List<Action<bool>> list;
list.Add(b => hoge = b);
こういうこと?