How do I access an object property with a string variable that has the name of that property?

后端 未结 2 1414
一个人的身影
一个人的身影 2021-01-02 09:27

How do I do this in C#?

using System;

namespace TestProperties28373
{
    class Program
    {
        static void Main(string[] args)
        {
                     


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