Пример #1
0
 public override void ShiftKeys(Func <t2, t2> ShiftKey)
 {
     Leaves.ForEach(delegate(ILeaf <t1, t2, t3> l)
     {
         l.ShiftKeys(ShiftKey);
     });
 }
Пример #2
0
 public static void Destroy()
 {
     Leaves.ForEach(x => x.Disconnect());
     Leaves.Clear();
 }