Replies: 2 comments
-
#7700 + #7822 = param dictionary? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Once #7822 is implemented, you don't really need the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys. I found this earlier here. I haven't found a relevant ticket or discussion, but I would like to know if there is any news about the
params Dictionary<string, object>
initiative? This would be more convenient thanparams KVPair<string, object>[]
for both deconstruction and initialization.->
arg1=12; arg2="boo"; kwargs={["hello"]="world", ["wednesday"]="mydude"}
But I found only one ticket in another repository roslyn#4100.
Beta Was this translation helpful? Give feedback.
All reactions