AjaxControlToolkitVsPackage.AjaxControlToolkitVsPackage.EnumerateToolboxItems C# (CSharp) Method

EnumerateToolboxItems() static private method

static private EnumerateToolboxItems ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable
        static IEnumerable<ToolboxItem> EnumerateToolboxItems(Assembly assembly)
        {
            return ToolboxService.GetToolboxItems(assembly, null).Cast<ToolboxItem>();
        }