gpt4 book ai didi

C# 反射 - 获取不带字符串的 PropertyInfo

转载 作者:行者123 更新时间:2023-11-30 19:27:02 26 4
gpt4 key购买 nike

<分区>

我在 Myclass 中有一个属性:

public class MyClass{    
public string FirstName {get;set;}
}

如何在没有字符串的情况下获取 PropertyInfo(使用 GetProperty("FirstName"))?

今天我用这个:

PropertyInfo propertyTitleNews = typeof(MyClass).GetProperty("FirstName");

有没有办法像这样使用:

PropertyInfo propertyTitleNews = typeof(MyClass).GetProperty(MyClass.FirstName);

?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com