mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
SSL
This commit is contained in:
@ -1200,7 +1200,7 @@ namespace Esyur.Net.IIP
|
||||
return;
|
||||
}
|
||||
|
||||
if (rt is System.Collections.IEnumerable && !(rt is Array || rt is Structure))
|
||||
if (rt is System.Collections.IEnumerable && !(rt is Array || rt is Structure || rt is string))
|
||||
{
|
||||
var enu = rt as System.Collections.IEnumerable;
|
||||
|
||||
@ -1361,7 +1361,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 || rt is string))
|
||||
{
|
||||
var enu = rt as System.Collections.IEnumerable;
|
||||
|
||||
|
Reference in New Issue
Block a user