mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
fix: Fixing specific enum assignment bug
This commit is contained in:
parent
aa3559cb4e
commit
1193c8e3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace ICD.Common.Utils
|
|||
#if !SIMPLSHARP
|
||||
.GetTypeInfo()
|
||||
#endif
|
||||
.IsEnum;
|
||||
.IsEnum || type.IsAssignableTo(typeof(Enum));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue