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)
|
||||
{
|
||||
ResolveResult res = new ResolveResult();
|
||||
res.Result = c;
|
||||
res.ResultType = AppEnv.Search(Uses, TypeName);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
if (matchingArgs)
|
||||
{
|
||||
ResolveResult res = new ResolveResult();
|
||||
res.Result = c;
|
||||
res.ResultType = AppEnv.Search(Uses, TypeName);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user