2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

UInt8Array fix

This commit is contained in:
2020-01-13 14:45:06 +03:00
parent f9bbd603ce
commit 5f4660fde2
8 changed files with 40 additions and 10 deletions

View File

@ -1167,7 +1167,7 @@ namespace Esyur.Net.IIP
return;
}
if (rt is System.Collections.IEnumerable && !(rt is Array))
if (rt is System.Collections.IEnumerable && !(rt is Array || rt is Structure))
{
var enu = rt as System.Collections.IEnumerable;