-
SourceMock/Tests/ArgumentTests.cs Lines 44 to 51 in c4016d7 Is the design of the library so that you don't have to specify the shape of the arguments if you don't care? |
Beta Was this translation helpful? Give feedback.
Answered by
ashmind
Apr 4, 2021
Replies: 1 comment 4 replies
-
If there is a clear overload conflict, you will have to specify So something like this
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
jsk95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a clear overload conflict, you will have to specify
default
explicitly.I don't have a good constant for
Any
yet, but default is essentiallyAny
.So something like this