You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Func<T,string>getLabel)where T : Enum
{// TODO: Add check if there are more than 25 enum values and create a pagination listboolisFlagsEnum=typeof(T).GetCustomAttributes(typeof(FlagsAttribute),false).Length>0;foreach(TvalueinEnum.GetValues(typeof(T)).Cast<T>())