How to create a C# list given a value and a number of times that value?

后端 未结 0 1667
再見小時候
再見小時候 2021-01-12 11:49

In python I use the following line to create a List with a certain value repeated X times:

print(Alpha = [Value] * x)

It shows me:

<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题