mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
whoops, fix for parameterless constructors
This commit is contained in:
parent
b95326690d
commit
54acb6c050
@ -1738,13 +1738,13 @@ namespace RusticiSoftware.Translator.CLR
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (matchingArgs)
|
}
|
||||||
{
|
if (matchingArgs)
|
||||||
ResolveResult res = new ResolveResult();
|
{
|
||||||
res.Result = c;
|
ResolveResult res = new ResolveResult();
|
||||||
res.ResultType = AppEnv.Search(Uses, TypeName);
|
res.Result = c;
|
||||||
return res;
|
res.ResultType = AppEnv.Search(Uses, TypeName);
|
||||||
}
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user