using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ArdupilotMega.Utilities
{
public static class CollectionExtensions
{
///
/// Performs the specified on each element of the .
///
///
/// An enumerable instance.
///
public static void ForEach(this IEnumerable enumerable, Action