Why is method .add implicitly called in this example?

后端 未结 0 708
时光说笑
时光说笑 2021-01-06 03:29

There\'s a class with initialized nested array field:

public class TestClass
{
    public TestClass()
    {
        testArrProperty = new int[6] { };
    }
           


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