Skip to content

Manage default values for methods parameters #86

@codingseb

Description

@codingseb

When a method implement default value for a parameter like :

public void MyMethod(int x, int y = 100)
{
    // ...
}

For now, calling this method with EE force us to define the parameter (here y). In C# we can omit it.
EE should allow to omit parameters with default values when we call this kind of method.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions