mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-03-13 11:20:39 +00:00
IAsyncEnumerable
This commit is contained in:
@@ -143,7 +143,7 @@ public class FunctionTemplate : MemberTemplate
|
||||
{
|
||||
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