In C#, how can I make a parameterized constructor set up variables first

前端 未结 0 875
太阳男子
太阳男子 2021-01-05 17:38

Here is the code I have:

namespace Templates
{

    public class ArrowGrid : BaseGrid
    {

        public ArrowGrid(string a, string b) : this()
        {
          


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