C# constructor execution order

后端 未结 7 976
渐次进展
渐次进展 2020-11-22 14:57

In C#, when you do

Class(Type param1, Type param2) : base(param1) 

is the constructor of the class executed first, and then the superclass

7条回答
提交回复
热议问题