Array of objects - modyfing object's fields C#

后端 未结 6 761
滥情空心
滥情空心 2021-01-29 06:59

I\'ve got such a problem. I\'m a beginner in C#. I have an object array (various classes) and in one place of application I want to modify fields like an age or name. Construct

6条回答
  •  既然无缘
    2021-01-29 07:26

    Object doesn't have property age. All Object's properties and methods are stated here.

提交回复
热议问题