AjaxControlToolkit.Reference.ToolkitTypes.GetTypeNames C# (CSharp) Method

GetTypeNames() public static method

public static GetTypeNames ( ) : IEnumerable
return IEnumerable
        public static IEnumerable<string> GetTypeNames()
        {
            return typeBaseNames.Concat(new string[] { "TabContainer", "TabPanel" });
        }