mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
VarList
This commit is contained in:
@ -232,7 +232,7 @@ namespace Esiur.Data
|
||||
else if (type.IsGenericType)
|
||||
{
|
||||
var genericType = type.GetGenericTypeDefinition();
|
||||
if (genericType == typeof(List<>))
|
||||
if (genericType == typeof(List<>) || genericType == typeof(VarList<>))
|
||||
{
|
||||
var args = type.GetGenericArguments();
|
||||
if (args[0] == typeof(object))
|
||||
|
Reference in New Issue
Block a user