Skip to content

Add default argument values to optional parameters#1

Merged
cboulay merged 5 commits intomasterfrom
defaultargs
Dec 13, 2019
Merged

Add default argument values to optional parameters#1
cboulay merged 5 commits intomasterfrom
defaultargs

Conversation

@tstenner
Copy link
Copy Markdown
Contributor

The code was written before optional parameters were introduced in C# 4.0, so the functions were duplicated for each optional parameter. This PR adds the default parameter values and removes the now superfluous dupülicated functions.

@cboulay cboulay merged commit f6fc4ae into master Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants