Download AssemblyReferenceScanner.zip, last updated 06/10/2012 (90.98 KB)

Download
  • md5: 47bd4bf571be76c33b954d358dca933b
using System;
using System.Collections.ObjectModel;

namespace Cyotek.Tools.AssemblyReferenceScanner
{
  [Serializable]
  public class AssemblyInfoCollection
    : KeyedCollection<string, AssemblyInfo>
  {
    #region��Protected�Overridden�Methods

    protected override string GetKeyForItem(AssemblyInfo item)
    {
      return item.Name;
    }

    #endregion��Protected�Overridden�Methods
  }
}

Donate

Donate