Skip to content

VB Decompiler: out parameters not converted correctly #269

@dgrunwald

Description

@dgrunwald

Looking at the TryGetValue method decompiled to VB, the "out" parameter gets decompiled to:

<System.Runtime.InteropServices.OutAttribute()> ByVal value As TValue

This is incorrect; we must use "ByRef" for out parameters. Also, it would be better to just use the short name for the attribute " ByRef value As TValue".

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions