diff --git a/ICD.Common.Utils/EnumUtils.cs b/ICD.Common.Utils/EnumUtils.cs index d94afa2..07cdee3 100644 --- a/ICD.Common.Utils/EnumUtils.cs +++ b/ICD.Common.Utils/EnumUtils.cs @@ -40,7 +40,7 @@ namespace ICD.Common.Utils /// Returns true if the given type is an enum. /// /// - private static bool IsEnumType(Type type) + public static bool IsEnumType(Type type) { if (type == null) throw new ArgumentNullException("type");