mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 18:24:53 +00:00
refactor: make isenumtype public for use in other classes
This commit is contained in:
@@ -40,7 +40,7 @@ namespace ICD.Common.Utils
|
||||
/// Returns true if the given type is an enum.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
private static bool IsEnumType(Type type)
|
||||
public static bool IsEnumType(Type type)
|
||||
{
|
||||
if (type == null)
|
||||
throw new ArgumentNullException("type");
|
||||
|
||||
Reference in New Issue
Block a user