You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code above ( public unsafe System.String String()) gives error of
1>D:\Projects\ForLinuxTranslation\Current\TrySharpGenTools\TrySharpGenTools\obj\Debug\net8.0\SharpGen\Generated\Interfaces.cs(91,20,91,30): error CS0165: Use of unassigned local variable '__result__'
Hello
I have an interface which looks like
where method const wchar_t* String() converts to
the code above (
public unsafe System.String String()) gives error of