mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-03-31 10:28:21 +00:00
Merge branch 'ver-3' of https://github.com/esiur/esiur-dotnet into ver-3
This commit is contained in:
@@ -458,7 +458,7 @@ public static class DataSerializer
|
||||
}
|
||||
else
|
||||
{
|
||||
return new TDU(TDUIdentifier.True, null, 0);
|
||||
return new TDU(TDUIdentifier.False, null, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ public class FunctionDef : MemberDef
|
||||
{
|
||||
rtType = TRU.FromType(mi.ReturnType.GetGenericArguments()[0]);
|
||||
}
|
||||
else if (genericRtType == typeof(IEnumerable<>))// || genericRtType == typeof(IAsyncEnumerable<>))
|
||||
else if (genericRtType == typeof(IEnumerable<>) || genericRtType == typeof(IAsyncEnumerable<>))
|
||||
{
|
||||
// get export
|
||||
rtType = TRU.FromType(mi.ReturnType.GetGenericArguments()[0]);
|
||||
|
||||
Reference in New Issue
Block a user