public static int GetHashValue<TEnum>( this IEnumerable<TEnum> enums ) where TEnum : struct, new()
In This Article