Skip to content

ParamArray in delegates #361

Open
Open
@JustNrik

Description

@JustNrik

Currently, this is illegal syntax:

Delegate Sub SomeDelegate(ParamArray args As Object())

Yet, this works and is properly recognized by the compiler and works at runtime.

Delegate Sub SomeDelegate(<[ParamArray]> arg As Object())

And I also found that this been an unsolved minor issue since 2010 or even much before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LDM ConsideringLDM has reviewed and we think this has merit

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions